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