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
Nov 23
-
29
< Prev. Week
Next Week >
Filter Results
Sunday, Nov 23
Monday, Nov 24
Tuesday, Nov 25
Wednesday, Nov 26
Thursday, Nov 27
Friday, Nov 28
Saturday, Nov 29
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();
}
})();
