From 5e00d0b2b9250f426f5b24305965ca985f2205de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 01:30:59 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 1839ce2..5cec414 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -100,6 +100,7 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} + button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -167,6 +168,7 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} + button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -241,6 +243,7 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} + button={{ text: "Cart", onClick: () => setCartOpen(true) }} />