--- const { title, description, lang, themeOverride } = Astro.props; import { ViewTransitions } from 'astro:transitions'; import Navbar from "../components/Navbar.astro"; import "../style/index.css"; import "../style/globals.css"; ---