From eb847c7e7bcad4ba22421ec4dc250be46221f73d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:20:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e1c56d..2bacf6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,32 +33,32 @@ export default function LandingPage() { { name: "Home", id: "hero", - href: "#hero", + }, { name: "Features", id: "features", - href: "#features", + }, { name: "Metrics", id: "metrics", - href: "#metrics", + }, { name: "Pricing", id: "pricing", - href: "#pricing", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{ @@ -318,6 +318,7 @@ export default function LandingPage() {