From f99229cfea78823cec7646f04e06956c6307d41f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 03:04:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95083c1..d0c88ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Calculator", id: "calculator" }, { name: "Visualizer", id: "visualizer" }, { name: "Pricing", id: "pricing" }, - { name: "Products", id: "products" }, + { name: "Products", id: "/products" }, { name: "Contact", id: "contact" }, ]} brandName="SMART BUILD" -- 2.49.1