import wixLocation from 'wix-location';
import { session } from 'wix-storage';
$w.onReady(function () { let path = wixLocation.path
let sBreadtrail = session.getItem('breadtrail')
if (sBreadtrail !== null) {
let aBreadtrail = JSON.parse(sBreadtrail);
aBreadtrail.push(path);
sBreadtrail = JSON.stringify(aBreadtrail); } else {
sBreadtrail = JSON.stringify([path]); }
session.setItem('breadtrail', sBreadtrail);
});
top of page
NEW TO DANCE? NOT SURE WHICH CLASS?
Don't worry! Try 3 classes for only $3, with no commitment! Just take a look at our schedule, fill out the trial request form below and a team member will get back to you within 24 hrs to confirm your booking.