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