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