Update src/app/shop/page.tsx

This commit is contained in:
2026-02-14 10:47:41 +00:00
parent 146719aa5b
commit afe9829960

View File

@@ -41,7 +41,7 @@ export default function ShopPage() {
{ name: "History", id: "history" }, { name: "History", id: "history" },
{ name: "Events", id: "events" }, { name: "Events", id: "events" },
{ name: "Plan Your Visit", id: "faq" }, { name: "Plan Your Visit", id: "faq" },
{ name: "Shop", id: "/shop" } { name: "Products", id: "/products" }
]} ]}
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}
/> />
@@ -112,7 +112,7 @@ export default function ShopPage() {
{ name: "History", id: "history" }, { name: "History", id: "history" },
{ name: "Events", id: "events" }, { name: "Events", id: "events" },
{ name: "Plan Your Visit", id: "faq" }, { name: "Plan Your Visit", id: "faq" },
{ name: "Shop", id: "/shop" } { name: "Products", id: "/products" }
]} ]}
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}
/> />