--- type Props = { href: String; link: String; }; const { href, link } = Astro.props; ---
{link}