From 21c8c71a16edde27cc1a7d65a5e380272e9e529f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 04:14:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9dfa38..154a988 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,32 +33,32 @@ export default function LandingPage() { { name: "Home", id: "hero", - href: "#hero", + }, { name: "Why Choose Us", id: "about", - href: "#about", + }, { name: "Services", id: "features", - href: "#features", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "How It Works", id: "metrics", - href: "#metrics", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{ -- 2.49.1