diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 91e9036..eb2b567 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: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -157,8 +156,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -231,8 +229,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Cuts", id: "cuts" }, { name: "Experience", id: "experience" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -305,4 +302,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +}