From 68a9a217ee67e2b395a214f68bea8748828d5609 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 15:57:40 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3daf300..fa5b210 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -86,7 +86,10 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Refined Barber" navItems={[ { name: "Home", id: "hero" }, - { name: "Shop", id: "/shop" } + { name: "Services", id: "services" }, + { name: "About", id: "about" }, + { name: "Team", id: "team" }, + { name: "Testimonials", id: "testimonials" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -126,7 +129,10 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Refined Barber" navItems={[ { name: "Home", id: "hero" }, - { name: "Shop", id: "/shop" } + { name: "Services", id: "services" }, + { name: "About", id: "about" }, + { name: "Team", id: "team" }, + { name: "Testimonials", id: "testimonials" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -173,7 +179,10 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Refined Barber" navItems={[ { name: "Home", id: "hero" }, - { name: "Shop", id: "/shop" } + { name: "Services", id: "services" }, + { name: "About", id: "about" }, + { name: "Team", id: "team" }, + { name: "Testimonials", id: "testimonials" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />