@props([ 'eyebrow', 'title', 'highlight' => null, 'description' => null, 'centered' => false, ])
true, 'mx-auto text-center' => $centered, ]) > {{-- Eyebrow --}}
$centered, ]) > {{ $eyebrow }} @if($centered) @endif
{{-- Heading --}}

{{ $title }} @if($highlight) {{ $highlight }} @endif

{{-- Description --}} @if($description)

{{ $description }}

@endif