From 91bcd2299dda742acf161dc465cf619900071e95 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:16:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28b32b0..f3fb0ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Benefits", id: "features" }, { name: "Pricing", id: "pricing" }, - { name: "Contact", href: "/contact" }, + { name: "Contact", id: "contact" }, ]} brandName="LocalWebBuilder" /> @@ -147,4 +147,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file