@props([ 'title', 'subtitle', 'ctaText', 'ctaUrl', 'titleColor' => theme('heroSection', 'titleColor'), 'subtitleColor' => theme('heroSection', 'subtitleColor'), 'ctaBackgroundColor' => theme('heroSection', 'ctaBackgroundColor'), 'ctaTextColor' => theme('heroSection', 'ctaTextColor'), 'ctaHoverBackgroundColor' => theme('heroSection', 'ctaHoverBackgroundColor'), 'bgColor' => theme('heroSection', 'bgColor') ])

{{ $title }}

{!! $subtitle !!}

{{ $ctaText }}
@if (isset($svg)) {{ $svg }} @elseif (isset($image)) {{ $image }} @elseif (isset($video)) {{ $video }} @endif @if (isset($tagline)) {{ $tagline }} @endif