XP FITNESS Group Classes

In Collaboration with XP FITNESS

A combination of Strength and Cardio exercises into a total Full body workout. Strength exercises using aqua bag plus body weighted cardio bursts - an effective way to build lean muscle and burn fat at the same time.

Time
Every Wednesday 18:00-19:00

Price
HK$150 for first comers!

Location
4/F Li Dong Building, No. 9 Li Yuen Street East, Central, Hong Kong

More Classes

document.addEventListener('DOMContentLoaded', function() { var buttons = document.querySelectorAll('button, a'); buttons.forEach(function(button) { // Clinical Protocol button if (button.textContent.includes('KNEE LOADING')) { button.onclick = function(event) { event.preventDefault(); openClinicalProtocolForm(); return false; }; button.href = '#'; } // Free Playbook button if (button.textContent.includes('FREE PLAYBOOK')) { button.onclick = function(event) { event.preventDefault(); openFreePlaybookForm(); return false; }; button.href = '#'; } // Clinical Protocol button if (button.textContent.includes('Clinical Protocol')) { button.onclick = function(event) { event.preventDefault(); openFreePlaybookForm(); return false; }; button.href = '#'; } // Stability Program if (button.textContent.includes('Stability Program')) { button.onclick = function(event) { event.preventDefault(); openStabilityProgramForm(); return false; }; button.href = '#'; } }); });