@php $ctaTitle = $ctaTitle ?? 'Ready to Get Started?'; $ctaDescription = $ctaDescription ?? 'Join thousands of businesses that trust us with their digital presence'; $ctaButton = $ctaButton ?? 'Start Your Journey'; $ctaButtonLink = $ctaButtonLink ?? '#contact'; @endphp

{{ $ctaTitle }}

{{ $ctaDescription }}

{{ $ctaButton }} @if(isset($ctaSecondaryButton)) {{ $ctaSecondaryButton }} @endif