--- interface Props { title: string; } const { title } = Astro.props; import { ViewTransitions } from 'astro:transitions'; import Navbar from '../components/Navbar.astro'; ---