From 30234e06ead541c59d643369c22abd98695e4a9e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 05:46:06 +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 394bf52..b62706e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,22 @@ export default function LandingPage() { { name: "Menu", id: "menu", - href: "#menu", + }, { name: "About", id: "about", - href: "#about", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{ -- 2.49.1