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