Merge version_2 into main #1

Merged
bender merged 4 commits from version_2 into main 2026-02-17 12:01:31 +00:00
Showing only changes of commit cedf6533a4 - Show all commits

View File

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