diff --git a/src/app/il-nostro-team/page.tsx b/src/app/il-nostro-team/page.tsx index 5340f69..07947d7 100644 --- a/src/app/il-nostro-team/page.tsx +++ b/src/app/il-nostro-team/page.tsx @@ -71,16 +71,16 @@ export default function IlNostroTeamPage() { description="Professionisti qualificati e sempre pronti a farti volare in sicurezza. Ogni membro del team è un kiters esperto e un formatore eccezionale." members={[ { - id: "member-1", name: "Marco Rossi", role: "Istruttore IKO Level 2 | Guida escursionistica \"Il vento è il mio migliore amico, e ora lo sarà anche il tuo!\"", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-wearing-casual-clothing-smiling-confident-pointing-side_176420-137.jpg" + id: "member-1", name: "Emilio", role: "Istruttore IKO Level 2 | Guida escursionistica \"Il vento è il mio migliore amico, e ora lo sarà anche il tuo!\"", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-wearing-casual-clothing-smiling-confident-pointing-side_176420-137.jpg" }, { - id: "member-2", name: "Chiara Bianchi", role: "Istruttrice FIV | Specialista principianti \"Ti farò planare prima che tu possa dire 'kitesurf'!\"", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-woman-curly-hair_171337-14285.jpg" + id: "member-2", name: "Diego", role: "Istruttrice FIV | Specialista principianti \"Ti farò planare prima che tu possa dire 'kitesurf'!\"", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-woman-curly-hair_171337-14285.jpg" }, { - id: "member-3", name: "Luca Verdi", role: "Head Coach | Esperto di freestyle \"Se non c'è vento, c'è sempre un modo per divertirsi... ma con il vento è meglio!\"", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man_171337-23429.jpg" + id: "member-3", name: "Valerio", role: "Head Coach | Esperto di freestyle \"Se non c'è vento, c'è sempre un modo per divertirsi... ma con il vento è meglio!\"", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man_171337-23429.jpg" }, { - id: "member-4", name: "Giulia Neri", role: "Assistente Istruttrice | Regina del downwind \"Il mare mi chiama, e io rispondo... in kite!\"", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-pretty-woman-with-long-hair_171337-37731.jpg" + id: "member-4", name: "Osiris", role: "Assistente Istruttrice | Regina del downwind \"Il mare mi chiama, e io rispondo... in kite!\"", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-pretty-woman-with-long-hair_171337-37731.jpg" } ]} /> @@ -163,4 +163,4 @@ export default function IlNostroTeamPage() { ); -} +} \ No newline at end of file