diff --git a/src/app/page.tsx b/src/app/page.tsx index 1128ec9..4bf1944 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -29,7 +29,7 @@ export default function LandingPage() { setCartOpen(true) }} />
@@ -168,7 +167,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -243,7 +241,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index e12966d..cc8fa6b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -43,7 +43,6 @@ function ShopPageContent() { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => console.log("cart") }} />
@@ -110,7 +109,6 @@ function ShopPageContent() { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => console.log("cart") }} />