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