From 572c167e9563044946322be5dd97ec4e203325ca Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:53:54 +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 3129438..e22c2a7 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -88,8 +88,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="LikeYou" button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -165,8 +164,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="LikeYou" button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -249,8 +247,7 @@ export default function ProductPage({ params }: ProductPageProps) { { name: "Products", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="LikeYou" button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -335,4 +332,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +}