From e7767ca744ea4523fbb95ee9132aabc33de8eac1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 01:49:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd3ea09..8ecc74b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { text: "Join the Elite", href: "#contact"}, { - text: "View Roadmap", href: "#"}, + text: "View Roadmap", href: "#features"}, ]} slides={[ { @@ -230,6 +230,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email" buttonText="Get Started Now" termsText="By clicking Get Started Now you're confirming that you agree with our Terms and Conditions." + onSubmit={(email) => alert(`Signed up with: ${email}`)} /> @@ -248,7 +249,7 @@ export default function LandingPage() { { label: "Investor Relations", href: "#metrics"}, { - label: "Roadmap", href: "#"}, + label: "Roadmap", href: "#features"}, ], }, { @@ -256,21 +257,21 @@ export default function LandingPage() { { label: "About Us", href: "#about"}, { - label: "Press Kit", href: "#"}, + label: "Press Kit", href: "#about"}, { - label: "Careers", href: "#"}, + label: "Careers", href: "#about"}, { - label: "Support", href: "#"}, + label: "Support", href: "#contact"}, ], }, { title: "Legal", items: [ { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", onClick: () => alert("Navigating to Privacy Policy...")}, { - label: "Terms of Service", href: "#"}, + label: "Terms of Service", onClick: () => alert("Navigating to Terms of Service...")}, { - label: "Cookie Policy", href: "#"}, + label: "Cookie Policy", onClick: () => alert("Navigating to Cookie Policy...")}, ], }, ]}