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