Update src/app/shop/page.tsx

This commit is contained in:
2026-02-13 11:42:08 +00:00
parent 7734934021
commit a7bf8c7fcd

View File

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