document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('a').forEach(function(a) { if (a.textContent.includes('+1 727 216 7553')) { a.setAttribute('href', 'tel:+17272167553'); } if (a.href.includes('api.whatsapp.com') || a.href.includes('wa.me')) { a.setAttribute('href', 'https://wa.me/+529848077168'); a.setAttribute('target', '_blank'); } }); });