--- interface Props { href: string; text: string; } const { href, text } = Astro.props as Props; ---
{text} →