--- import Base from './Base.astro'; import PageHero from '../components/PageHero.astro'; interface Props { title: string } const { title } = Astro.props; ---