diff --git a/src/app/chi-siamo/page.tsx b/src/app/chi-siamo/page.tsx index cc0810a..8517711 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TeamCardTen from '@/components/sections/team/TeamCardTen'; import { Award, Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx index 52124fc..b064b0d 100644 --- a/src/app/contatti/page.tsx +++ b/src/app/contatti/page.tsx @@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index bb70ae1..5064438 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,207 +25,97 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file diff --git a/src/app/servizi/page.tsx b/src/app/servizi/page.tsx index 952c7e6..4561e63 100644 --- a/src/app/servizi/page.tsx +++ b/src/app/servizi/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function ServicesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file