diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ce2a1c5..64665be 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":"How It Works","id":"process"}, {"name":"Impact","id":"metrics"}, - {"name":"Testimonials","id":"testimonials"}, - {"name":"Shop","id":"/shop"} + {"name":"Testimonials","id":"testimonials"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -138,8 +137,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Features","id":"features"}, {"name":"How It Works","id":"process"}, {"name":"Impact","id":"metrics"}, - {"name":"Testimonials","id":"testimonials"}, - {"name":"Shop","id":"/shop"} + {"name":"Testimonials","id":"testimonials"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -193,8 +191,7 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Features","id":"features"}, {"name":"How It Works","id":"process"}, {"name":"Impact","id":"metrics"}, - {"name":"Testimonials","id":"testimonials"}, - {"name":"Shop","id":"/shop"} + {"name":"Testimonials","id":"testimonials"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} />