Update src/app/shop/page.tsx
This commit is contained in:
@@ -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") }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user