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