{{-- ===== AURORA HERO SECTION ===== --}} @php $c = $content ?? collect(); $heroTitle = $c->get('title')->content_value ?? 'Illuminate Your Cloud'; $heroSubtitle = $c->get('subtitle')->content_value ?? 'Next-Generation Hosting Infrastructure'; $heroDesc = $c->get('description')->content_value ?? 'Deploy on blazing-fast isolated servers with NVMe storage, Cgroups v2 protection, and free SSL. Starting at $1.99/month.'; $badgeText = $c->get('badge_text')->content_value ?? 'Powered by Panelica Infrastructure'; $ctaText = $c->get('cta_text')->content_value ?? 'Get Started'; $ctaUrl = $c->get('cta_url')->content_value ?? '/client/register'; $stat1Icon = $c->get('stat_1_icon')->content_value ?? 'ri-shield-star-line'; $stat1Text = $c->get('stat_1_text')->content_value ?? 'Cgroups v2 Isolation'; $stat2Icon = $c->get('stat_2_icon')->content_value ?? 'ri-flashlight-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
{{-- Aurora glow bands --}}
{{ $badgeText }}

{!! $heroTitle !!}

{{ $heroSubtitle }}

{{ $heroDesc }}

{{ $stat1Text }}
{{ $stat2Text }}
{{ $ctaText }} View Plans
{{-- Aurora orb visual --}}
{{-- Outer ring --}}
{{-- Mid ring --}}
{{-- Inner glow sphere --}}
{{-- Orbiting dots --}}
{{ $callout1Text }}
{{ $callout2Text }}