From 77fb70cd6295c592f817837e7f093b12066c2538 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 01:35:42 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index cc8fa6b..e12966d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -43,6 +43,7 @@ function ShopPageContent() { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} + button={{ text: "Cart", onClick: () => console.log("cart") }} />
@@ -109,6 +110,7 @@ function ShopPageContent() { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} + button={{ text: "Cart", onClick: () => console.log("cart") }} />