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) {