From dac537d0d45cf03cdf84f7fbf9f343dc81c31671 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 11:18:40 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 62c0f00..6474bc0 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,11 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) { console.log('Privacy Policy clicked')} @@ -137,11 +137,11 @@ export default function ProductPage({ params }: ProductPageProps) { console.log('Privacy Policy clicked')} @@ -198,11 +198,11 @@ export default function ProductPage({ params }: ProductPageProps) { logoHref="/" navItems={[ { name: "Home", id: "/" }, - { name: "Adopt", id: "/adopt" }, - { name: "About", id: "/about" }, - { name: "Impact", id: "/impact" }, - { name: "Testimonials", id: "/testimonials" }, - { name: "Contact", id: "/contact" }, + { name: "Adopt", id: "/#adopt" }, + { name: "About", id: "/#about" }, + { name: "Impact", id: "/#impact" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -247,9 +247,9 @@ export default function ProductPage({ params }: ProductPageProps) {