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