{{-- ===== FLAVOR HERO SECTION ===== --}} @php $c = $content ?? collect(); $heroTitle = $c->get('title')->content_value ?? 'Launch Your Digital Presence'; $heroSubtitle = $c->get('subtitle')->content_value ?? 'High-Performance Hosting Infrastructure'; $heroDesc = $c->get('description')->content_value ?? 'Deploy your website on blazing-fast NVMe servers with isolated resources, automatic backups, and free SSL — starting at just $1.99/month.'; $badgeText = $c->get('badge_text')->content_value ?? 'Powered by Panelica Infrastructure'; $ctaText = $c->get('cta_text')->content_value ?? 'Explore Plans'; $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 ?? 'Cgroups v2 Isolation'; $stat2Icon = $c->get('stat_2_icon')->content_value ?? 'ri-speed-line'; $stat2Text = $c->get('stat_2_text')->content_value ?? 'NVMe SSD Storage'; $callout1Icon = $c->get('callout_1_icon')->content_value ?? 'ri-gift-line'; $callout1Text = $c->get('callout_1_text')->content_value ?? 'FREE Domain with annual plans'; $callout2Icon = $c->get('callout_2_icon')->content_value ?? 'ri-lock-line'; $callout2Text = $c->get('callout_2_text')->content_value ?? 'Free SSL Included'; @endphp
{{-- Flavor: Particle effect instead of globe --}}
{{ $badgeText }}

{!! $heroTitle !!}

{{ $heroSubtitle }}

{{ $heroDesc }}

{{ $stat1Text }}
{{ $stat2Text }}
{{ $ctaText }}
{{-- Gradient visual with floating metrics --}}
{{-- Orbiting dots --}}
{{ $callout1Text }}
{{ $callout2Text }}