diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 531e926..158905b 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -40,6 +40,7 @@ export default function ShopPage() {
{"name":"Work","id":"work"},
{"name":"Testimonials","id":"testimonials"},
{"name":"Pricing","id":"pricing"},
+ {"name":"Team","id":"team"},
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
@@ -52,8 +53,8 @@ export default function ShopPage() {
@@ -86,6 +87,7 @@ export default function ShopPage() {
{"name":"Work","id":"work"},
{"name":"Testimonials","id":"testimonials"},
{"name":"Pricing","id":"pricing"},
+ {"name":"Team","id":"team"},
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
@@ -106,8 +108,8 @@ export default function ShopPage() {