@php $heroTitle = $heroTitle ?? 'Welcome to Our Business'; $heroSubtitle = $heroSubtitle ?? 'Professional solutions for modern businesses'; $heroButton = $heroButton ?? 'Get Started'; $heroButtonLink = $heroButtonLink ?? '#contact'; $heroImage = $heroImage ?? null; @endphp

{{ $heroTitle }}

{{ $heroSubtitle }}

{{ $heroButton }} @if(isset($heroSecondaryButton)) {{ $heroSecondaryButton }} @endif
@if($heroImage)
Hero
@endif