From 49aa693b87b249291d0d10edaafcdad551a87e0d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 22:39:10 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 183 ++++++++------------------------------- 1 file changed, 37 insertions(+), 146 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b54effd..729180d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,159 +2,50 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import { Camera, MapPin, Star } from "lucide-react"; -export default function LandingPage() { +export default function GalleryPage() { return ( - - - - -
- -
- - + + +
); -} +} \ No newline at end of file