Moments of Wellness for Every Mom

Moments of Wellness for Every Mom

Moments of Wellness for Every Mom
$55.00
hour

Have you noticed your process patterns?

Would you like the opportunity to slow down and do that?

What if your next level of wellness didn’t require more effort… just deeper alignment?

As mothers, leaders, and women who hold so much, we often pour from ourselves without truly understanding what our body needs to feel nourished, energized, and at ease.

That’s why I created Moments of Wellness for Every Mom—a gentle, powerful space to reconnect with your body and experience what personalized wellness can actually feel like.

During this virtual experience, you will:

  • Get the results of your Body Type Assessment that reveals how your body uniquely restores, responds, and thrives
  • Discover what’s been missing (not wrong) in your current wellness approach
  • Experience a sample personalized Wellness Consultation with me
  • Be held in a supportive, judgment-free community of women choosing themselves

This is not about fixing yourself.
It’s about finally understanding yourself.

Your investment: $55 (the number of abundance and energetic expansion)

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');