From 57abd3038e91d39be513ee892a3f07cd6bf384c4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 12:27:45 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index fa9d913..f8c9b20 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -86,11 +86,11 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Happy Paws Shelter" navItems={[ {"name":"Home","id":"/"}, - {"name":"About","id":"about"}, - {"name":"Adopt","id":"featured"}, - {"name":"Process","id":"process"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"About","id":"/about"}, + {"name":"Adopt","id":"/#featured"}, + {"name":"Our Story","id":"/about"}, + {"name":"Process","id":"/#process"}, + {"name":"Contact","id":"/#contact"} ]} button={{"text":"Cart","onClick":() => setCartOpen(true)}} /> @@ -101,7 +101,7 @@ export default function ProductPage({ params }: ProductPageProps) {