@props(['eyebrow' => null, 'title', 'description' => null, 'align' => 'center'])
merge(['class' => 'zl-pixel-section-heading ' . ($align === 'center' ? 'mx-auto max-w-3xl' : 'text-start')]) }}>
@if($eyebrow)
{{ $eyebrow }}
@endif
{{ $title }}
@if($description)
{{ $description }}
@endif