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
image0_edited.jpg

Meet Our Teachers!

Here you will get to see our talented teachers! They are excited to meet your little ones and guide them through their dance journey!

Our RAD Teachers

 Preschool/Primary Teachers

Recreational Teachers

bottom of page