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() {