From 4bf3e6045a764aea39be537be97fe1251f728b2d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:20:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca13686..2b88497 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Dr Vishwanath Dental Studio" description="Your Smile, Our Priority. Providing high-quality, compassionate dental care in Gauribidanur to ensure your absolute comfort and oral health." - buttons={[{ text: "Book Appointment", href: "https://wa.me/918861433489" }]} + buttons={[{ text: "Book Appointment", href: "https://wa.me/918861433489?text=Hi%20I%20want%20to%20book%20an%20appointment" }]} imageSrc="http://img.b2bpic.net/free-photo/doctor-operating-room_657921-815.jpg" mediaAnimation="slide-up" /> @@ -69,7 +69,7 @@ export default function LandingPage() { @@ -98,7 +98,7 @@ export default function LandingPage() { ]} ctaTitle="Ready for your checkup?" ctaDescription="Contact us today to book your appointment. We are conveniently located in Gauribidanur." - ctaButton={{ text: "WhatsApp Appointment", href: "https://wa.me/918861433489" }} + ctaButton={{ text: "WhatsApp Appointment", href: "https://wa.me/918861433489?text=Hi%20I%20want%20to%20book%20an%20appointment" }} ctaIcon={Phone} /> @@ -114,7 +114,7 @@ export default function LandingPage() { }, { title: "Contact", items: [ - { label: "WhatsApp", href: "https://wa.me/918861433489" }, + { label: "WhatsApp", href: "https://wa.me/918861433489?text=Hi%20I%20want%20to%20book%20an%20appointment" }, { label: "Call Us", href: "tel:8861433489" }, ], },