From a77f6cda4b90620968d29af5af3be05a9ff377cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:13:46 +0000 Subject: [PATCH 1/6] Update src/app/chi-siamo/page.tsx --- src/app/chi-siamo/page.tsx | 94 ++++++++++++++++++++------------------ 1 file changed, 50 insertions(+), 44 deletions(-) diff --git a/src/app/chi-siamo/page.tsx b/src/app/chi-siamo/page.tsx index a91610c..75d4ca6 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; export default function ChiSiamoPage() { return ( @@ -22,51 +22,57 @@ export default function ChiSiamoPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 976e0fddd7feebcfa9735c0ec81af22bb60b57a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:13:46 +0000 Subject: [PATCH 2/6] Update src/app/collezioni/page.tsx --- src/app/collezioni/page.tsx | 119 ++++++++++++++++++++---------------- 1 file changed, 68 insertions(+), 51 deletions(-) diff --git a/src/app/collezioni/page.tsx b/src/app/collezioni/page.tsx index b9e59ea..4a76f84 100644 --- a/src/app/collezioni/page.tsx +++ b/src/app/collezioni/page.tsx @@ -2,10 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; export default function CollezioniPage() { return ( @@ -22,57 +21,75 @@ export default function CollezioniPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -} +} \ No newline at end of file -- 2.49.1 From 15c0fb2de41ddf0682283a52cac6a684906af692 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:13:47 +0000 Subject: [PATCH 3/6] Update src/app/contatti/page.tsx --- src/app/contatti/page.tsx | 98 +++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 50 deletions(-) diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx index ea0d53e..b8c668b 100644 --- a/src/app/contatti/page.tsx +++ b/src/app/contatti/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; export default function ContattiPage() { return ( @@ -22,53 +22,51 @@ export default function ContattiPage() { headingFontWeight="medium" > - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 4be7fcf05c266fb132bc75156869856094669873 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:13:47 +0000 Subject: [PATCH 4/6] Update src/app/novita/page.tsx --- src/app/novita/page.tsx | 90 +++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 53 deletions(-) diff --git a/src/app/novita/page.tsx b/src/app/novita/page.tsx index 003388d..77850e6 100644 --- a/src/app/novita/page.tsx +++ b/src/app/novita/page.tsx @@ -2,10 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; export default function NovitaPage() { return ( @@ -22,56 +21,41 @@ export default function NovitaPage() { headingFontWeight="medium" > - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 93101169015a063b671a7be91937bf37fb47fc50 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:13:48 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3e1bae..f5e70d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,11 +118,11 @@ export default function LandingPage() { logoText="Fantasia e Abbigliamento" columns={[ { title: "Info", items: [{ label: "Via Roma 43, Cesano Boscone", href: "/contatti" }] }, - { title: "Link", items: [{ label: "Collezioni", href: "/collezioni" }, { label: "Chi Siamo", href: "/chi-siamo" }] }, + { title: "Link", items: [{ label: "Home", href: "/" }, { label: "Collezioni", href: "/collezioni" }, { label: "Chi Siamo", href: "/chi-siamo" }, { label: "Novità", href: "/novita" }, { label: "Contatti", href: "/contatti" }] }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1 From 5f50cca9c7c322079f33ffb7d4ec01e4b8699fd1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:13:48 +0000 Subject: [PATCH 6/6] Update src/app/styles/variables.css --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6d787f5..8cffc43 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #faf7f4; + --background: #fdfaf7; --card: #ffffff; --foreground: #2b180a; --primary-cta: #7c2d3e; -- 2.49.1