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

SIGN UP

READY TO TAKE THE LEAP?

Look no further! D'Air is the place to be! We are so excited for you to join us this season and become part of the dance family.

NOT SURE?

Try a FREE class to find the class you LOVE!

bottom of page