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}`;