diff --git a/src/app/page.tsx b/src/app/page.tsx index bdc7575..90b430f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -243,8 +243,8 @@ export default function LandingPage() { imageAlt="group of students collaborating studying together" mediaAnimation="slide-up" mediaPosition="right" - inputPlaceholder="your.email@school.com" - buttonText="Create Plan" + inputPlaceholder="Start free (no credit card)" + buttonText="Get My Free Plan" termsText="We respect your privacy. Unsubscribe at any time. By signing up, you agree to our Terms and Privacy Policy." onSubmit={(email) => { console.log('Email signup:', email); }} />