6 Commits

Author SHA1 Message Date
5278eb9111 Update src/app/page.tsx 2026-03-03 18:02:57 +00:00
3d04a1f96a Update src/app/page.tsx 2026-03-03 15:41:02 +00:00
8c6187ff30 Update src/app/page.tsx 2026-03-03 15:39:24 +00:00
02168ee54a Update src/app/page.tsx 2026-03-03 15:31:40 +00:00
927bc553ed Update src/app/page.tsx 2026-03-03 15:29:32 +00:00
a3ce69e236 Update src/app/page.tsx 2026-03-03 15:24:04 +00:00

View File

@@ -211,8 +211,8 @@ export default function LandingPage() {
description="Be among the first to experience AI-powered football analysis. Sign up for early access to beta and transform your game today."
background={{ variant: "downward-rays-animated" }}
useInvertedBackground={true}
inputPlaceholder="your@email.com"
buttonText="Get Early Access"
inputPlaceholder="Enter your email"
buttonText="Sign Up for Beta"
termsText="We respect your privacy. Your email will only be used for NextGen Football AI updates and early access opportunities."
/>
</div>
@@ -258,4 +258,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}