diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e11102b..16d3877 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":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -139,8 +138,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -195,8 +193,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Ingredients","id":"features"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />