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"