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"
>
-
-
- console.log("cart") }}
- className="py-4 px-6 md:px-8 lg:px-12 backdrop-blur-md bg-background/80"
- navItemClassName="text-foreground hover:text-primary-cta"
- buttonClassName="px-5 py-2"
- buttonTextClassName="text-sm font-medium"
- />
-
-
- Loading products...
-
-
+
+ console.log("cart") }}
+ className="py-4 px-6 md:px-8 lg:px-12 backdrop-blur-md bg-background/80"
+ navItemClassName="text-foreground hover:text-primary-cta"
+ buttonClassName="px-5 py-2"
+ buttonTextClassName="text-sm font-medium"
+ />
+
+
+ Loading products...
+
);
}
@@ -63,45 +60,43 @@ export default function ShopPage() {
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
-
-
- console.log("cart") }}
- className="py-4 px-6 md:px-8 lg:px-12 backdrop-blur-md bg-background/80"
- navItemClassName="text-foreground hover:text-primary-cta"
- buttonClassName="px-5 py-2"
- buttonTextClassName="text-sm font-medium"
- />
-
-
-
-
+
+ console.log("cart") }}
+ className="py-4 px-6 md:px-8 lg:px-12 backdrop-blur-md bg-background/80"
+ navItemClassName="text-foreground hover:text-primary-cta"
+ buttonClassName="px-5 py-2"
+ buttonTextClassName="text-sm font-medium"
+ />
+
+
+
);
}