From f856eedc1f34ead403f2af91e66d3433df89e3cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 20:04:41 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index cb02c8a..fc3ab89 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -90,6 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Work","id":"work"}, {"name":"Testimonials","id":"testimonials"}, {"name":"Pricing","id":"pricing"}, + {"name":"Team","id":"team"}, {"name":"Shop","id":"/shop"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -102,8 +103,8 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -137,6 +138,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Work","id":"work"}, {"name":"Testimonials","id":"testimonials"}, {"name":"Pricing","id":"pricing"}, + {"name":"Team","id":"team"}, {"name":"Shop","id":"/shop"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -157,8 +159,8 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -191,6 +193,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Work","id":"work"}, {"name":"Testimonials","id":"testimonials"}, {"name":"Pricing","id":"pricing"}, + {"name":"Team","id":"team"}, {"name":"Shop","id":"/shop"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -236,8 +239,8 @@ export default function ProductPage({ params }: ProductPageProps) {