Update src/app/shop/page.tsx

This commit is contained in:
2026-02-17 12:01:26 +00:00
parent 27b3f7f09c
commit cedf6533a4

View File

@@ -40,8 +40,7 @@ export default function ShopPage() {
{"name":"About","id":"about"}, {"name":"About","id":"about"},
{"name":"Ingredients","id":"features"}, {"name":"Ingredients","id":"features"},
{"name":"Reviews","id":"testimonials"}, {"name":"Reviews","id":"testimonials"},
{"name":"Contact","id":"contact"}, {"name":"Contact","id":"contact"}
{"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}
/> />
@@ -88,8 +87,7 @@ export default function ShopPage() {
{"name":"About","id":"about"}, {"name":"About","id":"about"},
{"name":"Ingredients","id":"features"}, {"name":"Ingredients","id":"features"},
{"name":"Reviews","id":"testimonials"}, {"name":"Reviews","id":"testimonials"},
{"name":"Contact","id":"contact"}, {"name":"Contact","id":"contact"}
{"name":"Shop","id":"/shop"}
]} ]}
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}
/> />