Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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) }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user