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") } };