diff --git a/src/app/page.tsx b/src/app/page.tsx index 92a884c..adf1cdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Book Appointment", href: "#contact" }, - { text: "Call Now", href: "tel:099328 39030" } + { text: "Call Now", href: "tel:8877579517" } ]} buttonAnimation="slide-up" background={{ variant: "glowing-orb" }} @@ -242,7 +242,7 @@ export default function LandingPage() { ctaTitle="Book Your Appointment Today" ctaDescription="Schedule a consultation with our expert dental team and take the first step towards your perfect smile." ctaButton={{ - text: "Schedule Now", href: "tel:099328 39030" + text: "Schedule Now", href: "tel:8877579517" }} ctaIcon={Calendar} useInvertedBackground={true} @@ -273,7 +273,7 @@ export default function LandingPage() { }, { title: "Contact", items: [ - { label: "Call: 099328 39030", href: "tel:099328 39030" }, + { label: "Call: 8877579517", href: "tel:8877579517" }, { label: "1/6, Doctor's Colony, City Centre", href: "#" }, { label: "Durgapur, West Bengal 713216", href: "#" }, { label: "Get Directions", href: "https://maps.google.com" } @@ -284,4 +284,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file