Quarterly Transformative Community Retreats

Quarterly Transformative Community Retreats

Embracing change and personal growth can be daunting, yet with Workout Around My Day Inc., I offer a unique pathway. My quarterly retreats don't just provide a break; they offer a transformative experience where community and personal exploration converge. Through courses like 'Revealing Your Erotic Self' and 'Reclaim Your Joy,' I foster an environment where stepping outside your comfort zone becomes exciting rather than intimidating. 

This journey isn't about reaching the destination alone; it's about savoring each step that reshapes you into a more vibrant, fulfilled individual. By intertwining educational experiences with genuine community bonding, I encourage you to build an authentic connection with yourself and others. Let these retreats be your canvas for unveiling your true potential, all while nurturing a sense of belonging with fellow women committed to uplifting one another. Embarking on this journey will not only challenge you but redefine your understanding of joy and fulfillment, creating a ripple effect in every area of your 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');