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