top of page

Timetable

Memberships

In order to attend our classes you will need to book in. Please sign up using the link below or download the app to book in conveniently on your mobile phone. Both Memberships and Pay & Go can be purchased in the app.

For amateur and professional level K1-Kickboxing, Muay Thai & MMA Classes in Luton, contact Amir Subasic's Stormgymuk on 07883 033953 or email us at stormgymuk@outlook.com

bottom of page
import wixLocation from 'wix-location'; $w.onReady(function() { $w("#gymcatch").onMessage(function(event) { if (!event.data || !event.data.gymcatch) {return;} if (event.data.ready) { $w("#gymcatch").postMessage({wix:true, url:wixLocation.url, path: wixLocation.query.path}); } if (event.data.path) { wixLocation.to(`/${wixLocation.path.join('/')}?path=${event.data.path}`); } }); });