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