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