From 0c0778f883f962445bba7e3e5a9a7afe67bd8bc1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 01:40:20 +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) }} />