--- import Footer from "@components/Footer.astro"; import Head from "@components/Head.astro"; import { SITE } from "@consts"; type Props = { title: string; description: string; }; const { title, description } = Astro.props; ---