From 83005deb1b95016a480a14e99e149dcd785c3ce2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 18:09:34 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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) }} />