diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 88d7547..bffa829 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,6 +1,5 @@ "use client"; -import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; @@ -30,22 +29,20 @@ export default function ShopPage() { secondaryButtonStyle="solid" headingFontWeight="extrabold" > - - -
-

Loading products...

-
-
+ +
+

Loading products...

+
); } @@ -63,45 +60,43 @@ export default function ShopPage() { secondaryButtonStyle="solid" headingFontWeight="extrabold" > - - -
- -
- -
+ +
+ +
+ ); }