{{-- ===== PRIMARY SEO ===== --}} Jasa Bikin Website UMKM Murah & Profesional | The Dark and Bright {{-- ===== FAVICON ===== --}} {{-- ===== OPEN GRAPH (Facebook, WhatsApp, LinkedIn) ===== --}} {{-- ===== TWITTER CARD ===== --}} {{-- ===== SCHEMA.ORG (Google Rich Results) ===== --}} {{-- ===== PERFORMANCE: PRECONNECT & FONT ===== --}} {{-- AOS CSS --}} {{-- ===== PRELOAD CRITICAL IMAGES ===== --}} @php $heroImage = !empty($hero->image) ? $hero->image : ''; $isDefaultHero = empty($heroImage) || str_contains($heroImage, 'section1') || str_contains($heroImage, 'bg_landscape') || str_contains($heroImage, 'bg_portrait'); @endphp @if($isDefaultHero) @else @php $imgUrl = Str::startsWith($heroImage, 'http') ? $heroImage : asset($heroImage); $mimeType = str_ends_with(strtolower($heroImage), '.webp') ? 'image/webp' : (str_ends_with(strtolower($heroImage), '.png') ? 'image/png' : 'image/jpeg'); @endphp @endif {{-- Swiper CSS --}} @vite(['resources/css/app.css', 'resources/js/landing.ts']) @include('landing.nav.nav') @include('landing.beranda.beranda') @include('landing.kategori.kategori') @include('landing.langkah.langkah') @include('landing.paket.paket') @include('landing.kontak.kontak')
Chat Kami
@include('landing.nav.chatbox')