@props([ 'title' => null, 'description' => null, 'image' => null, ]) {{-- FOUC-prevention: must run synchronously, before first paint, so the page never flashes light-then-dark for a visitor who chose dark mode. This is the one script on the page allowed to block — it's a handful of bytes and inline, so it costs nothing meaningful against Lighthouse, unlike a render-blocking external script would. --}} {{-- Bunny Fonts: a privacy-respecting Google Fonts mirror — no cookies/consent banner needed, and preconnect keeps the extra origin lookup off the critical rendering path. --}} @vite(['resources/css/app.css', 'resources/js/app.js', 'resources/js/public.js']) Skip to content
{{ $slot }}