diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 0aedc6a..8251649 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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) } };