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

Get

moving with

D'Air

Always wanted to start dancing but didn't know where to start? Look no further!

 

We are offering 4-weeks of UNLIMITED classes for only $85! Dance your way through fall with D'Air Movement!

Adult Dance.png
bottom of page