From be132fb153d8c8429c68a400623910576f3f27f4 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Tue, 17 Jun 2025 17:45:40 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20n=C3=BAmero=20do=20whataspp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f60a0d2..2e98d4e 100644 --- a/index.html +++ b/index.html @@ -847,10 +847,10 @@ } - //revealEmail(); + function openWhatsApp() { - const parts = ['5511', '9', '6153', '4225']; // SUBSTITUA pelo seu número real + const parts = ['5511', '9', '7079', '2602']; const number = parts.join(''); const message = encodeURIComponent('Olá! Vi seu site e gostaria de agendar uma consultoria RAG/IA. Quando podemos conversar?'); const url = `https://api.whatsapp.com/send?phone=${number}&text=${message}`;