From e0eb5e8de32ed76ce16860820dba3ccfc892b86a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:34:07 +0000 Subject: [PATCH] Switch to version 1: modified src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 45 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 5d096ef..19ea02b 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,9 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function GalleryPage() { return ( @@ -23,46 +24,44 @@ export default function GalleryPage() { + +
+
); -} +} \ No newline at end of file