3 Commits

Author SHA1 Message Date
55b9bf4c56 Merge version_3 into main
Merge version_3 into main
2026-03-27 09:20:59 +00:00
4bf3e6045a Update src/app/page.tsx 2026-03-27 09:20:56 +00:00
ab3df4f480 Merge version_2 into main
Merge version_2 into main
2026-03-27 09:20:15 +00:00

View File

@@ -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() {
<TextAbout
useInvertedBackground={true}
title="Meet Dr. Vishwanath"
buttons={[{ text: "Book Consultation", href: "https://wa.me/918861433489" }]}
buttons={[{ text: "Book Consultation", href: "https://wa.me/918861433489?text=Hi%20I%20want%20to%20book%20an%20appointment" }]}
/>
</div>
@@ -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}
/>
</div>
@@ -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" },
],
},