import wixLocation from 'wix-location'; import { session } from 'wix-storage'; //if you want it to stay after the user has left use local instead of session $w.onReady(function () { let path = wixLocation.path //not the full url just everything after the first / let sBreadtrail = session.getItem('breadtrail') if (sBreadtrail !== null) { let aBreadtrail = JSON.parse(sBreadtrail) //string to array aBreadtrail.push(path) sBreadtrail = JSON.stringify(aBreadtrail) } else { sBreadtrail = JSON.stringify([path]) } session.setItem('breadtrail', sBreadtrail) });
top of page
thumbnail_IMG_6324_edited.jpg

50% OFF FIRST MONTH

PERSONAL TRAINING

Matt

50% saving up to £125

INTRODUCTORY OFFER LIMITED TO 3 SPACES

gym geek app
Lauren pt 3

Support That Goes Beyond the Gym 

 

Fitness isn't just about what you do in the gym—it's a lifestyle. That's why I'm here to provide comprehensive support that extends far beyond our training sessions. Whether you need nutrition advice, accountability check-ins, or just a friendly pep talk, I've got your back every step of the way and we can do all of this via the Gym Geek App.

bottom of page