From c7f97f2d6e3d954498881256cc15a2fc36b02580 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Feb 2026 10:57:01 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index c97acd2..b3ba349 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -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") }}