{{-- ===== HERO SECTION ===== --}} @php $c = $content ?? collect(); $heroTitle = $c->get('title')->content_value ?? __('sections.hero.title'); $heroSubtitle = $c->get('subtitle')->content_value ?? __('sections.hero.subtitle'); $heroDesc = $c->get('description')->content_value ?? __('sections.hero.description'); $badgeText = $c->get('badge_text')->content_value ?? __('sections.hero.badge'); $ctaText = $c->get('cta_text')->content_value ?? __('sections.hero.cta'); $ctaUrl = $c->get('cta_url')->content_value ?? '/client/register'; $stat1Icon = $c->get('stat_1_icon')->content_value ?? 'ri-shield-user-line'; $stat1Text = $c->get('stat_1_text')->content_value ?? __('sections.hero.stat_1'); $stat2Icon = $c->get('stat_2_icon')->content_value ?? 'ri-speed-line'; $stat2Text = $c->get('stat_2_text')->content_value ?? __('sections.hero.stat_2'); $callout1Icon = $c->get('callout_1_icon')->content_value ?? 'ri-gift-line'; $callout1Text = $c->get('callout_1_text')->content_value ?? __('sections.hero.callout_1'); $callout2Icon = $c->get('callout_2_icon')->content_value ?? 'ri-lock-line'; $callout2Text = $c->get('callout_2_text')->content_value ?? __('sections.hero.callout_2'); @endphp
{{ $badgeText }}

{!! $heroTitle !!}

{{ $heroSubtitle }}

{{ $heroDesc }}

{{ $stat1Text }}
{{ $stat2Text }}
{{ $ctaText }}
{{ $callout1Text }}
{{ $callout2Text }}