Update src/app/shop/page.tsx

This commit is contained in:
2026-02-19 06:12:16 +00:00
parent 6f6ecf3023
commit 22b057322e

View File

@@ -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") }}
/>