3 Commits

Author SHA1 Message Date
0ff43d09f6 Update src/app/page.tsx 2026-03-12 19:44:08 +00:00
a29d0abb18 Merge version_1 into main
Merge version_1 into main
2026-03-12 19:39:17 +00:00
ec6ff18ebc Merge version_1 into main
Merge version_1 into main
2026-03-12 19:38:54 +00:00

View File

@@ -196,11 +196,11 @@ export default function LandingPage() {
<ContactCenter
tag="Get in Touch"
title="Ready for Your Best Smile?"
description="Schedule your appointment today. Our friendly team is ready to help you achieve the healthy, beautiful smile you deserve."
description="Schedule your no-obligation initial meeting today. Our friendly team is ready to discuss your dental goals and create a personalized plan for your beautiful, healthy smile."
tagIcon={Calendar}
inputPlaceholder="Enter your email"
buttonText="Schedule Now"
termsText="We respect your privacy. We'll only use your information to contact you about your appointment."
buttonText="Book Free Consultation Today"
termsText="We respect your privacy. We'll only use your information to contact you about your free consultation."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
@@ -239,4 +239,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}