From 5cec15b7fe39fc769f20890cdf8dde673108fd90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:54:51 +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 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 -- 2.49.1