top of page

Services

Fitness training programs are offered in multiple options that are tailored to your schedule and goals.

Pricing and Session plans are shown below.

*First Session is complimentary with a commitment plan!

*Meal plans can be added to any commitment plan (optional).

Option #1 - $65 Per session

Option #2 - $57 Per Session

Option #3 - $50 Per Session

Option #4 -

Contact for info

Get a Quote

Thanks for submitting!
bottom of page
$w.onReady(() => { if ($w.location.path === '/lovememo') { const textBox = $w('#textBox1'); const button = $w('#button1'); button.onClick(() => { const message = textBox.text; const deviceId = 'your_device_id'; const url = `http://${deviceId}/message`; const options = { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ message }), }; http.request(url, options) .then((response) => { console.log(response); textBox.text = ''; }) .catch((error) => { console.error(error); }); }); } });