@props(['eyebrow' => null, 'title', 'description' => null, 'align' => 'center'])
merge(['class' => 'mb-10 ' . ($align === 'center' ? 'text-center mx-auto max-w-2xl' : '')]) }}> @if($eyebrow) {{ $eyebrow }} @endif

{{ $title }}

@if($description)

{{ $description }}

@endif