Update src/app/shop/page.tsx
This commit is contained in:
@@ -40,8 +40,7 @@ export default function ShopPage() {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Ingredients","id":"features"},
|
||||
{"name":"Reviews","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
@@ -88,8 +87,7 @@ export default function ShopPage() {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Ingredients","id":"features"},
|
||||
{"name":"Reviews","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user