From 481dab37055fb2ba772d16a22f0b01a1884873dc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 12:22:58 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 354 ++++++++++++++++----------------------- 1 file changed, 149 insertions(+), 205 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index a830acb..99121b6 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -7,218 +7,162 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function GalleryPage() { return ( - + - + - + - + );