How It Works Services All Assessments Pricing Book Your Team Audit

Allow Microphone Access

Click below to enable your microphone. The conversation will start automatically after.

Starting...

Tap orb to speak • Natural conversation

← Back to home

Ready to build a team that wins?

Book a free 30-minute Team Diagnosis call. We'll identify what's broken and show you how to fix it.

No commitment required 30-minute call Free Team Health assessment
const nav = document.querySelector('.navbar-nav'); if (toggle && nav) { toggle.addEventListener('click', function() { nav.classList.toggle('active'); toggle.classList.toggle('active'); }); // Close menu on link click nav.querySelectorAll('a').forEach(link => { link.addEventListener('click', () => { nav.classList.remove('active'); toggle.classList.remove('active'); }); }); } });