From a7bf8c7fcde23fd77296d3ce7c0357340c2242fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:42:08 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 422a932..1cfe05b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,7 +38,9 @@ export default function ShopPage() { { name: "Adopt", id: "/adopt" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, - { name: "Shop", id: "/shop" } + { name: "Shop", id: "/shop" }, + { name: "Donate", id: "/donate" }, + { name: "Blog", id: "/blog" } ], brandName: "Hope Haven", className: "py-4", button: { text: "Cart", onClick: () => console.log("cart") } };