From d019c1186e8250b2464d666a4b140e1c2ea7b313 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 9 Feb 2026 17:04:29 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 26dcb56..7f8f283 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,5 +1,6 @@ "use client"; +import { useState } from "react"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -43,7 +44,6 @@ export default function ShopPage() { brandName="SocialHub" bottomLeftText="Social Community" bottomRightText="hello@socialhub.com" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -89,7 +89,6 @@ export default function ShopPage() { brandName="SocialHub" bottomLeftText="Social Community" bottomRightText="hello@socialhub.com" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />