diff --git a/src/app/page.tsx b/src/app/page.tsx index f333ba9..c0e2a41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,13 +128,13 @@ export default function LandingPage() { description="Incontri i professionisti dietro ogni evento di successo. Passione, creatività e dedizione sono i nostri pilastri." groups={[ { - name: "Sofia Ricci", role: "Event Director", imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg", imageAlt: "Sofia Ricci, Event Director" + title: "Sofia Ricci", description: "Event Director", imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg", imageAlt: "Sofia Ricci, Event Director" }, { - name: "Marco Ferrari", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "Marco Ferrari, Creative Lead" + title: "Marco Ferrari", description: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "Marco Ferrari, Creative Lead" }, { - name: "Elena Gatti", role: "Logistics Manager", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", imageAlt: "Elena Gatti, Logistics Manager" + title: "Elena Gatti", description: "Logistics Manager", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", imageAlt: "Elena Gatti, Logistics Manager" } ]} />