From 4d6ee7c49c42808421d80784e95ae18c39d9536a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:25:59 +0000 Subject: [PATCH] Add src/app/il-nostro-team/page.tsx --- src/app/il-nostro-team/page.tsx | 170 ++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 src/app/il-nostro-team/page.tsx diff --git a/src/app/il-nostro-team/page.tsx b/src/app/il-nostro-team/page.tsx new file mode 100644 index 0000000..952d86f --- /dev/null +++ b/src/app/il-nostro-team/page.tsx @@ -0,0 +1,170 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; + +export default function IlNostroTeamPage() { + return ( + + + + +
+
+

+ Le guide del tuo divertimento in sicurezza +

+

+ Il nostro team è composto da istruttori certificati e appassionati, pronti a condividere con te la magia del kitesurf. + Ogni membro porta esperienza, professionalità e un tocco di allegria per rendere ogni lezione un'esperienza indimenticabile. +

+
+
+ +
+ +
+ +
+
+

+ Certificazioni Ufficiali +

+

+ La sicurezza è la nostra priorità. Tutti i nostri istruttori sono certificati IKO (International Kiteboarding Organization) e FIV (Federazione Italiana Vela), + garantendo il massimo standard di insegnamento e sicurezza. Siamo anche qualificati per il primo soccorso e il salvataggio in acqua. +

+
+
+ +
+ +
+ + +
+
+ ); +}