Somatic Healing in Charles Town

Somatic Healing in Charles Town

As a speaker, Somatic Healer and Intimacy Educator in Charles Town, I bridge the gap between holistic wellness and personal empowerment at Workout Around My Day Inc. My mission is simple: to provide women with the tools to embrace joy and pleasure, transforming these elements into the foundation of a fulfilling life. You hold the power to reshape your reality by choosing joy and pleasure, ultimately leading you to a life you truly love. In a supportive environment, I encourage you to explore your inner self at a pace that's right for you. 

Whether it's through my signature courses or intimate, transformative retreats, you are invited to embark on a journey toward deeper self-awareness and emotional freedom. Get ready to step into a life bursting with potential. For more information, reach out to me at (304) 268-2803 or [email protected], and take the first step toward choosing a joyful and meaningful life.

Send a Message

I offer profound self-nurturing practices and Joy-Bonding™ techniques. Share your thoughts or questions, and let's embark on this journey of healing and discovery together.

Contact Me

Follow Me
// Target a specific iframe by its ID (e.g. "widget50") function disableAutoplay(iframeId) { const iframe = document.getElementById(iframeId); if (!iframe) { console.warn(`No iframe found with id: ${iframeId}`); return; } // Remove 'autoplay' from the allow attribute const allowAttr = iframe.getAttribute('allow') || ''; const updated = allowAttr .split(';') .map(s => s.trim()) .filter(s => s.toLowerCase() !== 'autoplay') .join('; '); iframe.setAttribute('allow', updated); // Also strip autoplay from the src URL (for YouTube embeds) const url = new URL(iframe.src); url.searchParams.set('autoplay', '0'); iframe.src = url.toString(); console.log(`Autoplay disabled for: ${iframeId}`); } // Usage — pass the iframe's id: disableAutoplay('widget50');