Update src/app/page.tsx
This commit is contained in:
@@ -128,22 +128,22 @@ export default function LandingPage() {
|
||||
description="Professionisti dedicati a rendere ogni tuo evento un capolavoro. Con anni di esperienza e una passione sfrenata, siamo pronti a superare ogni aspettativa."
|
||||
groups={[
|
||||
{
|
||||
name: "Fondatori", members: [
|
||||
id: "group-1", groupTitle: "Fondatori", members: [
|
||||
{
|
||||
name: "Marco Rossi", role: "CEO & Event Creator", description: "Con oltre 15 anni di esperienza, Marco è la mente creativa dietro ogni evento di successo.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg", imageAlt: "Marco Rossi, CEO & Event Creator", socialLinks: { twitter: "#", linkedin: "#" }
|
||||
id: "1", title: "Marco Rossi", subtitle: "CEO & Event Creator", detail: "Con oltre 15 anni di esperienza, Marco è la mente creativa dietro ogni evento di successo.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg", imageAlt: "Marco Rossi, CEO & Event Creator"
|
||||
},
|
||||
{
|
||||
name: "Giulia Bianchi", role: "Head of Operations", description: "Giulia assicura che ogni dettaglio logistico sia perfetto, garantendo un'esecuzione impeccabile.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", imageAlt: "Giulia Bianchi, Head of Operations", socialLinks: { twitter: "#", linkedin: "#" }
|
||||
id: "2", title: "Giulia Bianchi", subtitle: "Head of Operations", detail: "Giulia assicura che ogni dettaglio logistico sia perfetto, garantendo un'esecuzione impeccabile.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", imageAlt: "Giulia Bianchi, Head of Operations"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Specialisti Eventi", members: [
|
||||
id: "group-2", groupTitle: "Specialisti Eventi", members: [
|
||||
{
|
||||
name: "Luca Verdi", role: "Wedding Planner Lead", description: "Specializzato in matrimoni da sogno, Luca trasforma le visioni in realtà.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageAlt: "Luca Verdi, Wedding Planner Lead", socialLinks: { twitter: "#", linkedin: "#" }
|
||||
id: "3", title: "Luca Verdi", subtitle: "Wedding Planner Lead", detail: "Specializzato in matrimoni da sogno, Luca trasforma le visioni in realtà.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageAlt: "Luca Verdi, Wedding Planner Lead"
|
||||
},
|
||||
{
|
||||
name: "Sara Neri", role: "Birthday Party Coordinator", description: "La nostra esperta in feste di compleanno, crea celebrazioni divertenti e memorabili per ogni età.", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-sitting-caf-talking-mobile-phone_23-2147974640.jpg", imageAlt: "Sara Neri, Birthday Party Coordinator", socialLinks: { twitter: "#", linkedin: "#" }
|
||||
id: "4", title: "Sara Neri", subtitle: "Birthday Party Coordinator", detail: "La nostra esperta in feste di compleanno, crea celebrazioni divertenti e memorabili per ogni età.", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-sitting-caf-talking-mobile-phone_23-2147974640.jpg", imageAlt: "Sara Neri, Birthday Party Coordinator"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user