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 30
-
Dec 06
< Prev. Week
Next Week >
Filter Results
Sunday, Nov 30
Monday, Dec 01
Tuesday, Dec 02
Wednesday, Dec 03
Thursday, Dec 04
Friday, Dec 05
Saturday, Dec 06
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();
}
})();
