Compare commits

..

2 Commits

Author SHA1 Message Date
Ricardo Carneiro
7378776d5f 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
2025-06-17 17:46:30 -03:00
Ricardo Carneiro
be132fb153 fix: número do whataspp 2025-06-17 17:45:40 -03:00
2 changed files with 4 additions and 4 deletions

View File

@ -850,8 +850,8 @@
//revealEmail(); //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}`;
window.open(url, '_blank'); window.open(url, '_blank');

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