@props([ 'eyebrow' => null, 'title', 'subtitle' => null, 'align' => 'left', 'tone' => 'light', // light | dark 'level' => 'h2', ])
class([ 'max-w-3xl', 'mx-auto text-center' => $align === 'center', ]) }} data-reveal> @if ($eyebrow)

$align === 'center', 'text-white/60' => $tone === 'dark'])> {{ $eyebrow }}

@endif <{{ $level }} @class([ 'font-display text-headline font-bold', 'text-white' => $tone === 'dark', ])>{{ $title }} @if ($subtitle)

$tone === 'light', 'text-white/70' => $tone === 'dark', 'mx-auto' => $align === 'center', 'prose-measure' => $align !== 'center', ])>{{ $subtitle }}

@endif {{ $slot }}