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