From f865a7a86f1ccec571e7710504c8271bc768600b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:13:40 +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 ae8f638..2ffc740 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,32 +33,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#home", + }, { name: "About", id: "about", - href: "#about", + }, { name: "Features", id: "features", - href: "#features", + }, { name: "Products", id: "products", - href: "#products", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, ]} button={{ -- 2.49.1