Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 16:00:39 +00:00

View File

@@ -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}
/>
</div>
@@ -275,4 +275,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}