From 2288b9cae0e7a8c4adfdf3d65f06d5df12fd0ca0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:46:23 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 66d1c7e..45ee457 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -92,7 +92,7 @@ export default function ProductPage({ params }: ProductPageProps) { { 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: () => setCartOpen(true) } }; @@ -103,7 +103,7 @@ export default function ProductPage({ params }: ProductPageProps) { { 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) {