@props([ 'title', 'description', 'ctaText', 'ctaUrl', 'bgColor' => theme('ctaSection', 'bgColor'), 'imagePosition' => 'right', 'titleColor' => theme('ctaSection', 'titleColor'), 'titleSize' => 'text-3xl', 'titleWeight' => 'font-bold', 'titleMargin' => 'mb-4', 'descriptionColor' => theme('ctaSection', 'descriptionColor'), 'descriptionSize' => 'text-xl', 'descriptionMargin' => 'mb-6', 'ctaBgColor' => theme('ctaSection', 'ctaBgColor'), 'ctaTextColor' => theme('ctaSection', 'ctaTextColor'), 'ctaHoverBgColor' => theme('ctaSection', 'ctaHoverBgColor'), 'ctaFontWeight' => 'font-semibold', 'ctaRounded' => 'rounded-md', 'ctaPadding' => 'px-6 py-3', 'ctaTransition' => 'transition duration-300', 'sectionPadding' => 'sm:py-12 md:py-16 py-5', 'containerMaxWidth' => 'max-w-7xl', 'imageSpacing' => 'md:pl-8', ])

{{ $title }}

{{ $description }}

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