From 793419397e24eba826a791338258e9a7d58ea4d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:17:56 +0000 Subject: [PATCH 1/4] Update src/app/chi-siamo/page.tsx --- src/app/chi-siamo/page.tsx | 143 ++++++++++++------------------------- 1 file changed, 47 insertions(+), 96 deletions(-) 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 -- 2.49.1 From 1a6854842cc588d48410ce33f8abb202fdab8701 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:17:56 +0000 Subject: [PATCH 2/4] Update src/app/contatti/page.tsx --- src/app/contatti/page.tsx | 99 +++++++++++++-------------------------- 1 file changed, 32 insertions(+), 67 deletions(-) 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 -- 2.49.1 From 784b9f0a88917f5a63e2eda2817eb064d6f791d8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:17:57 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++++++++--------------------------------- 1 file changed, 85 insertions(+), 195 deletions(-) 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 -- 2.49.1 From 3a507a208b4bb97deba0c053ff52b12367c9d6ca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:17:57 +0000 Subject: [PATCH 4/4] Update src/app/servizi/page.tsx --- src/app/servizi/page.tsx | 157 +++++++++++++-------------------------- 1 file changed, 51 insertions(+), 106 deletions(-) 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 -- 2.49.1