Update src/app/shop/page.tsx
This commit is contained in:
@@ -40,8 +40,7 @@ export default function ShopPage() {
|
||||
{"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: () => console.log("cart") }}
|
||||
/>
|
||||
@@ -87,8 +86,7 @@ export default function ShopPage() {
|
||||
{"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: () => console.log("cart") }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user