--- import LanguagePicker from "../components/LanguagePicker.astro"; import Nav from "../components/Nav.astro"; interface Props { title: string; } const { title } = Astro.props; --- {title}