From 77e33a6d9c24992fe363ebd63a867e220bf2c12a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:00:34 +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 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 -- 2.49.1