Update src/app/page.tsx

This commit is contained in:
2026-03-07 10:40:29 +00:00
parent 10ed588e5f
commit 89c8fefcb2

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
description="Un evento per famiglie e giovani per guardare in faccia la realtà e imparare a gestirla. 1-3 e 15-17 Maggio 2026, Parco BAM, Milano."
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-women-with-holi-color-their-face-looking-camera_23-2148129264.jpg", imageAlt: "Parco BAM Milano - Svelare il Tabù event venue" },
{ imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995003.jpg?_wi=1", imageAlt: "Interactive teenagers workshop - reality focused demonstration" },
{ imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995003.jpg", imageAlt: "Interactive teenagers workshop - reality focused demonstration" },
{ imageSrc: "http://img.b2bpic.net/free-photo/environmentalists-hands-cupping-plants-earth-day-campaign_53876-104845.jpg", imageAlt: "Eco-friendly sustainable materials showcase" }
]}
buttons={[
@@ -66,29 +66,29 @@ export default function LandingPage() {
{
title: "Stand Ragazzi", description: "Focus Realismo. Dimostrazioni crude sui rischi reali di alcol e stupefacenti. Un approccio senza filtri per i giovani.", icon: Target,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995003.jpg?_wi=2", imageAlt: "Teenagers workshop - reality focused" },
{ imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995003.jpg?_wi=3", imageAlt: "Youth engagement demonstration" }
{ imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995003.jpg", imageAlt: "Teenagers workshop - reality focused" },
{ imageSrc: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995003.jpg", imageAlt: "Youth engagement demonstration" }
]
},
{
title: "Stand Genitori", description: "Focus Formazione. Come riconoscere i segnali e aiutare i figli. Strumenti pratici e autorevoli per le famiglie.", icon: Users,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg?_wi=1", imageAlt: "Parent training workshop" },
{ imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg?_wi=2", imageAlt: "Family support education" }
{ imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg", imageAlt: "Parent training workshop" },
{ imageSrc: "http://img.b2bpic.net/free-photo/work-group_1098-15411.jpg", imageAlt: "Family support education" }
]
},
{
title: "Stand Bambini", description: "Focus Educazione. Dimostrazione con i cani dell'Unità Antidroga. Educazione gioiosa e consapevole.", icon: Heart,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-childresn-sitting-garden-near-many-pumpkins_1157-26198.jpg?_wi=1", imageAlt: "Children dog demonstration education" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-childresn-sitting-garden-near-many-pumpkins_1157-26198.jpg?_wi=2", imageAlt: "Kids interactive learning activity" }
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-childresn-sitting-garden-near-many-pumpkins_1157-26198.jpg", imageAlt: "Children dog demonstration education" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-childresn-sitting-garden-near-many-pumpkins_1157-26198.jpg", imageAlt: "Kids interactive learning activity" }
]
},
{
title: "Area Accessibilità", description: "Materiali in Braille, audio-guide, e supporto inclusivo totale. Tutti devono poter partecipare.", icon: Accessibility,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-fun-business-event_23-2149370492.jpg?_wi=1", imageAlt: "Accessibility materials braille support" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-fun-business-event_23-2149370492.jpg?_wi=2", imageAlt: "Inclusive accessibility features" }
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-fun-business-event_23-2149370492.jpg", imageAlt: "Accessibility materials braille support" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-fun-business-event_23-2149370492.jpg", imageAlt: "Inclusive accessibility features" }
]
}
]}
@@ -184,7 +184,7 @@ export default function LandingPage() {
{ id: "6", title: "Come posso supportare l'evento?", content: "Puoi partecipare, condividere la piattaforma, donare all'Associazione Nastro a Pois oppure contattarci per partnership e sponsorizzazioni." }
]}
textPosition="left"
faqsAnimation="smooth"
faqsAnimation="blur-reveal"
useInvertedBackground={false}
ariaLabel="Frequently asked questions section"
/>