--- import { ClientRouter } from "astro:transitions"; import Footer from "../components/Footer.astro"; interface Props { title: string; } const { title } = Astro.props; ---