From dbd1918dc659aec3b087fb62596ce4e20d0a1841 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:39:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c254683..947d672 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function LandingPage() { navItems={[ { name: "How it Works", id: "how-it-works" }, { name: "Privacy", id: "privacy" }, - { name: "Pricing", id: "pricing" } + { name: "Pricing", id: "waitlist" } ]} button={{ text: "Join Waitlist", href: "#waitlist" @@ -155,27 +155,25 @@ export default function LandingPage() {