Update src/app/shop/[id]/page.tsx

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

View File

@@ -88,7 +88,9 @@ export default function ProductPage({ params }: ProductPageProps) {
{ 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: () => setCartOpen(true) }
};