--- interface Props { siteName: string; ctaLabel: string; ctaUrl: string; } const { siteName, ctaLabel, ctaUrl } = Astro.props; const links = [ ["Il laboratorio", "#laboratorio"], ["Il maestro", "#maestro"], ["Le lezioni", "#lezioni"], ["Progetti", "#spettacoli"], ["Galleria", "#galleria"], ]; ---