2 Commits

Author SHA1 Message Date
77e33a6d9c Update src/app/page.tsx 2026-03-11 16:00:34 +00:00
5e4072be80 Merge version_1 into main
Merge version_1 into main
2026-03-11 15:34:56 +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>
);
}
}