diff --git a/src/app/page.tsx b/src/app/page.tsx index 580cdc6..5f5a0d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { testimonialRotationInterval={5000} buttons={[ { text: "Book Appointment", href: "booking" }, - { text: "Call Now", href: "tel:03214976119" } + { text: "WhatsApp Now", href: "https://wa.me/923214976119" } ]} buttonAnimation="slide-up" /> @@ -282,4 +282,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file