{{-- Inner page hero — dark emerald with label, title, subtitle, CTAs Props: $label - small label text above H1 $title - H1 text $subtitle - paragraph below H1 $cta1 - primary button label $cta1url - primary button url $cta2 - secondary button label (optional) $cta2url - secondary button url $badge - badge text (optional, e.g. "Multi-outlet") --}} @props([ 'label' => '', 'title' => '', 'subtitle'=> '', 'cta1' => 'Book a Demo', 'cta1url' => null, 'cta2' => 'Explore Features', 'cta2url' => null, 'badge' => null, ])
@if($badge)
{{ $badge }}
@endif @if($label)

{{ $label }}

@endif

{!! $title !!}

@if($subtitle)

{{ $subtitle }}

@endif