Update src/app/products/page.tsx

This commit is contained in:
2026-02-14 10:57:01 +00:00
parent 113a9ea768
commit c7f97f2d6e

View File

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