diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e5e07d..b6166ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file