contact us

Ready to take your business to the next level?
Don’t hesitate to schedule a call.

Inquiry Form

info@opxconsulting.com

 Houston, Texas

document.addEventListener('DOMContentLoaded', function() { const elements = document.querySelectorAll('.typewriter-effect'); elements.forEach(element => { const text = element.textContent; element.textContent = ''; let i = 0; const typingSpeed = 150; // Adjust typing speed here function typeWriter() { if (i < text.length) { element.textContent += text.charAt(i); i++; setTimeout(typeWriter, typingSpeed); } } typeWriter(); }); });