@props([
'title',
'subtitle' => '',
'description' => '',
'backgroundImage' => 'images/hero-bg.jpg',
'overlayOpacity' => '0.7',
'titleSize' => 'text-4xl md:text-6xl lg:text-7xl',
'centered' => true
])
{!! $title !!}
@if($subtitle)
{!! $subtitle !!}
@endif
@if($description)
{!! $description !!}
@endif
{{ $slot }}