--- // Foto hero rimossa ma conservata su disco per riuso futuro: assets/img/hero-1.png import T from '../content/T.astro'; import { t } from '../../lib/content'; const slides = [ { titleTags: ['home.hero.title-line-1', 'home.hero.title-line-2', 'home.hero.title-line-3'] }, ]; ---
{slides.map((s, i) => (

{s.titleTags.map((tag) => )}

{t('home.hero.cta')}
))} {slides.length > 1 && ( <> )}