From 7378776d5ff940f6d12c5c92582e971d1047b3d7 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Tue, 17 Jun 2025 17:46:30 -0300 Subject: [PATCH] fix: end nro whatsapp --- en/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/index.html b/en/index.html index 539de73..102e3a8 100644 --- a/en/index.html +++ b/en/index.html @@ -850,8 +850,8 @@ //revealEmail(); function openWhatsApp() { - const parts = ['5511', '9', '6153', '4225']; // SUBSTITUA pelo seu número real - const number = parts.join(''); + 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}`; window.open(url, '_blank');