From 33771fc5f33e597bfb2f3b98e06c4f6690fbf21d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 16:39:13 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index cec05e8..56e09f6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -132,7 +132,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Why Us", id: "why-us" }, { name: "Reviews", id: "testimonials" }, { name: "Shop", id: "/shop" } - ] + ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />