From 1a98a440edfab7353dcb3627335fdb62f1f162d3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 21:32:42 +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 1f68157..43d7e58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,32 +33,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About Us", id: "about", - href: "#about", + }, { name: "Services", id: "services", - href: "#services", + }, { name: "Projects", id: "projects", - href: "#projects", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{