diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index cb9147a..833f795 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -165,8 +164,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -247,8 +245,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />