From 11d60d8eda85013fb2b5b70abeadbb65da428f3d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:31:00 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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 +}