From dea61e77cf9d223c6e2ad087a63381b42ae8d946 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:20:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 318b0ad..f0e8881 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,22 +33,22 @@ export default function LandingPage() { { name: "About", id: "about", - href: "#about", + }, { name: "Services", id: "services", - href: "#services", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{ -- 2.49.1