From 650f4f0659c86d8a8d979214cefa368ddffc3f25 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 15:04:19 +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 74e0834..b545926 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { enableKpiAnimation={true} buttons={[ { - text: "Contact via WhatsApp", href: "https://wa.me/22666317245"}, + text: "Contact via WhatsApp", href: "https://api.whatsapp.com/send?phone=22666317245"}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-desk-with-phone-headphones_23-2148291125.jpg" mediaAnimation="slide-up" @@ -247,4 +247,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}