From b0dac2dac4af08360faa28a27732f37b2635d75e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:11:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1