--- import NavbarLayout from "./NavbarLayout.astro"; import BackgroundImage from "../components/BackgroundImage.astro"; const { title, description, wide = false } = Astro.props; ---