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

{name}