Update src/app/shop/page.tsx

This commit is contained in:
2026-02-14 11:04:40 +00:00
parent 55e912585b
commit 88f17024c8

View File

@@ -41,7 +41,6 @@ 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: "Services", id: "/services" },
{ name: "Products", id: "/products" } { name: "Products", id: "/products" }
]} ]}
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}
@@ -113,7 +112,6 @@ 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: "Services", id: "/services" },
{ name: "Products", id: "/products" } { name: "Products", id: "/products" }
]} ]}
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}