top of page

We are not your average support group. We are a community of women seeking glimmers of hope every day. We choose to empower one another, foster an environment of mentorship, and seek out zealous moments in life.

Inquire about G.E.M.Z. below.

bottom of page
import wixLocation from 'wix-location'; $w.onReady(function () { // Write your code here if ($w("#QuickExitButton01")) { $w("#QuickExitButton01").onClick(() => { wixLocation.to("https://www.google.com"); console.log('this is a button 1') }); } else { return; } if ($w("#QuickExitButton02")) { $w("#QuickExitButton02").onClick(() => { wixLocation.to("https://www.google.com"); console.log('this is a button 2') }); } else { return; } }); import wixLocation from 'wix-location'; $w.onReady(function () { // Write your code here if ($w("#QuickExitButton03")) { $w("#QuickExitButton03").onClick(() => { wixLocation.to("https://www.google.com"); console.log('this is a button 3') }); } else { return; } });