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 +}