From 242fc1be98bbf2e8ef9f30cd172d1eff512f5144 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:46:24 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index cd2c3af..7707e69 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,7 +42,7 @@ export default function ShopPage() { { name: "Shop", id: "/shop" }, { name: "Donate", id: "/donate" }, { name: "Blog", id: "/blog" } - ].map(item => ({...item, id: item.id.startsWith('/') ? item.id : `#${item.id}`})), + ], brandName: "Hope Haven", className: "py-4", button: { text: "Cart", onClick: () => console.log("cart") } }; @@ -53,7 +53,7 @@ export default function ShopPage() { { title: "Get Involved", items: [{ label: "Adopt a Pet", href: "/adopt" }, { label: "Volunteer", href: "/contact" }, { label: "Foster a Pet", href: "/contact" }] }, { title: "Resources", items: [{ label: "FAQs", href: "/faq" }, { label: "Pet Care Tips", href: "/blog" }, { label: "Contact Us", href: "/contact" }] } ], - logoText: "Hope Haven", copyrightText: "© 2024 Hope Haven Animal Shelter. All rights reserved.", useInvertedBackground: false + logoText: "Hope Haven", copyrightText: "© 2024 Hope Haven Animal Shelter. All rights reserved." }; if (isLoading) {