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
Fill in the form below to redeem your voucher
Have you followed a structured strength training program recently?
Are you currently training at a gym?
Would you like help with your diet and nutrition?
Membership options Required
How is best to contact you Required

This is a 1 week trial period valid once per customer. Gymgeekonline Ltd.  refuses the right to withdraw this offer from any customer who does not meet our t&cs.

bottom of page