{{ $title }}
@if(setting('site_favicon'))
@endif
{{-- Link to your theme-specific compiled CSS. Adjust path if needed. --}}
{{-- You might use Vite for this in a real project --}}
{{-- We'll create this later --}}
{{-- Inline styles for theme colors - consider moving to CSS file if extensive --}}
@include('landingpage::themes.ai_website_maker.partials.theme_colors_css')
@stack('styles')
{{-- Google Analytics --}}
@if(setting('ga_enabled') && setting('ga_measurement_id'))
@include('landingpage::partials.ga-script')
@endif