From bee8e3fffccf07153f9a80a71aaf1da162cefabe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 19:21:17 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 107 ++++++++++++++++++++---------------------- 1 file changed, 51 insertions(+), 56 deletions(-) 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" > - - -
- -
- -
+ +
+ +
+ ); }