setCartOpen(true) }}
/>
@@ -208,8 +204,8 @@ function ProductPageContent({ params }: ProductPageProps) {
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 98b5dc8..ec777c6 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -1,4 +1,4 @@
-use client";
+"use client";
import { Suspense, useCallback } from "react";
import ReactLenis from "lenis/react";
@@ -43,7 +43,6 @@ function ShopPageContent() {
const navItems = [
{ name: "Home", id: "/" },
- { name: "Shop", id: "/shop" },
];
if (isLoading) {
@@ -65,7 +64,6 @@ function ShopPageContent() {
setCartOpen(true) }}
/>
@@ -94,7 +92,6 @@ function ShopPageContent() {
setCartOpen(true) }}
/>
@@ -127,8 +124,8 @@ function ShopPageContent() {