FITNESS & BEAUTY
Group Fitness Classes
Classes Included in Your Membership:
Small Group/ Team Training
Unlock elite training in a group setting with added flexibility at a modest additional cost. Our team training program connects you with top trainers, offering classes tailored to fit your schedule and interests. Elevate your fitness journey by complementing it with personalized training for extra perks. Reach your goals with ease, seizing the opportunity for expert guidance and a bespoke approach to fitness on your terms.
Class Schedule
Dec 07
-
13
< Prev. Week
Next Week >
Filter Results
Sunday, Dec 07
Monday, Dec 08
Tuesday, Dec 09
Wednesday, Dec 10
Thursday, Dec 11
Friday, Dec 12
Saturday, Dec 13
var category = “9”; // Define the category in one place
// Function to check if a specific query parameter and value exist in the URL
function hasQueryParam(param, value) {
return new URLSearchParams(window.location.search).get(param) === value;
}
// Check if the category is already in the URL
if (!hasQueryParam(“category”, category)) {
var urlParams = new URLSearchParams(window.location.search);
urlParams.append(“category”, category);
window.location.search = urlParams.toString();
}
})();
