@props([ 'id' => 'page-hero-title', 'variant' => 'default', 'eyebrowIcon' => null, 'eyebrow' => null, 'title', 'titleAccent' => null, 'subtitle' => null, 'chips' => [], 'image', 'imagePosition' => '68% center', ])
@if ($eyebrow)
@if ($eyebrowIcon) @endif {{ $eyebrow }}
@endif

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

@if ($subtitle)

{{ $subtitle }}

@endif @if (count($chips))
@foreach ($chips as $chip) {{ $chip }} @endforeach
@endif {{ $slot }}