--- import Head from "@components/Head.astro"; import Footer from "@components/Footer.astro"; import Nav from "@components/Nav.astro"; const { title, description } = Astro.props; ---