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