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 +}