@if(!empty($customFavicon)) @endif @if(!empty($themeCssVars)) @endif @include('sections.styles') @if(!empty($activeThemeAssets)) @endif
@include('sections.topbar') @include('sections.navigation') @foreach($sections as $section) @if($section->is_enabled && $section->slug !== 'footer' && view()->exists("sections.{$section->slug}")) @include("sections.{$section->slug}", [ 'section' => $section, 'content' => $sectionContent[$section->slug] ?? collect(), 'products' => $products ?? collect(), 'domainPricing' => $domainPricing ?? collect(), ]) @endif @endforeach @include('sections.footer', [ 'content' => $sectionContent['footer'] ?? collect(), ]) {{-- Dark mode JS --}} {{-- NO Three.js globe — Flavor uses CSS particles instead --}}