fix: número do whataspp

This commit is contained in:
Ricardo Carneiro 2025-06-17 17:45:40 -03:00
parent 858db9ba19
commit be132fb153

View File

@ -847,10 +847,10 @@
} }
//revealEmail();
function openWhatsApp() { 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 number = parts.join('');
const message = encodeURIComponent('Olá! Vi seu site e gostaria de agendar uma consultoria RAG/IA. Quando podemos conversar?'); 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}`; const url = `https://api.whatsapp.com/send?phone=${number}&text=${message}`;