Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 05:11:32 +00:00

View File

@@ -170,7 +170,7 @@ export default function LandingPage() {
text="Ready to transform your smile? Schedule your appointment today and experience exceptional dental care at City Crown Dental Clinic. Call us or book online now!"
animationType="reveal-blur"
buttons={[
{ text: "Book Your Appointment", href: "tel:+919997512707" },
{ text: "Book Your Appointment", href: "https://calendly.com/citycrowndental" },
{ text: "WhatsApp Us", href: "https://wa.me/919997512707" }
]}
background={{ variant: "plain" }}
@@ -215,4 +215,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}