From b0746b6103d38b93ffeef511b905ee25c8f7771b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:17:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } ]} />