From 6c3f54961d1a2d5683ab74b282a8424ffebf66b8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:36:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }} /> -- 2.49.1