--- interface Props { title: string; description: string; } const { title } = Astro.props; const { description } = Astro.props; ---