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
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
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
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
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
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;