Ready to start your healing journey?

Message me today to book your session or ask any questions.

Browse
More
Information
© 2025 Kyezha Lee. All Rights Reserved.
document.addEventListener('DOMContentLoaded', function() { const reveals = document.querySelectorAll('.reveal'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('revealed'); } }); }, { threshold: 0.1 }); reveals.forEach(el => observer.observe(el)); });