diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx new file mode 100644 index 0000000..69457f1 --- /dev/null +++ b/src/app/shop/page.tsx @@ -0,0 +1,34 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ReactLenis from "lenis/react"; + +export default function ShopPage() { + return ( + + + +
+ console.log(v) }]} + /> +
+
+
+ ); +} \ No newline at end of file