--- import Navbar from "../components/Navbar.jsx"; import PSA from "../components/PSA.astro"; import "../styles/globals.css"; const { title, description } = Astro.props; ---