fix: end nro whatsapp
All checks were successful
Build and Deploy JobMaker / build (push) Successful in 33s
Build and Deploy JobMaker / deploy (push) Successful in 15s
Build and Deploy JobMaker / notify (push) Successful in 2s

This commit is contained in:
Ricardo Carneiro 2025-06-17 17:46:30 -03:00
parent be132fb153
commit 7378776d5f

View File

@ -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');