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) }} />