diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a899ca0..84a707b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,8 +40,7 @@ export default function ShopPage() { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -108,8 +107,7 @@ export default function ShopPage() { { name: "Portfolio", id: "portfolio" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, - { name: "Team", id: "team" }, - { name: "Shop", id: "/shop" } + { name: "Team", id: "team" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} />