@props(['eyebrow' => null, 'title', 'link' => null, 'linkText' => 'View All', 'center' => false])
class(['mb-8 flex flex-wrap items-end gap-4 sm:mb-10', 'justify-center text-center' => $center, 'justify-between' => !$center]) }}>
@if ($eyebrow)

{{ $eyebrow }}

@endif

{{ $title }}

@if ($link) {{ $linkText }} @endif