From ad1109c445be66b23a0fc219ef8a9213c4915317 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:49:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08b2321..a4fa709 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Team", id: "team" }, + { name: "Products", id: "/products" }, { name: "Contact", id: "contact" } ]} button={{ text: "Schedule Viewing", href: "contact" }}