From c67f61a2034401187fd74f7cf5fecdf4450ec7c2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:29:50 +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 fb48335..6f3a77b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,27 +32,27 @@ export default function LandingPage() { { name: "Home", id: "hero", - href: "#hero", + }, { name: "Features", id: "features", - href: "#features", + }, { name: "Clients", id: "clients", - href: "#clients", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{