diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a0dc67..b700fbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -248,7 +248,7 @@ export default function LandingPage() { mediaPosition="right" inputPlaceholder="your@email.com" buttonText="Schedule Now" - termsText="We respect your privacy. You'll receive appointment details and occasional dental care tips." + termsText="We'll confirm your appointment within 2 hours. No credit card required." onSubmit={handleEmailSubmit} /> @@ -275,4 +275,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file