From 6d66477e5d9fc4a56faf4060db9386a443026190 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:10:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52948c1..ba31780 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,27 +31,27 @@ export default function LandingPage() { { name: "Services", id: "services", - href: "#features", + }, { name: "About Us", id: "about", - href: "#about", + }, { name: "Expertise", id: "metrics", - href: "#metrics", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{ -- 2.49.1