/* Movement page */ const MovementScreen = ({ go }) => { const rows = [ ['movement-pilates', 'Pilates', 'Core-deep · low-impact', 'Controlled, precise, and endlessly scalable. Build strength from the center out, one deliberate movement at a time.'], ['movement-barre', 'Barre', 'Small moves · big intention', 'Light weights, tiny isolations, and a steady burn. Music-driven and quietly powerful.'], ['movement-yoga', 'Yoga', 'Breath · balance · unwind', 'A slow, grounding flow to loosen the day and meet yourself where you are.'], ]; return (
{rows.map(([img, h, sub, body], i) =>

{h}

{sub}
For every body, every level.

{body}

)}
go('contact')}>View the Schedule