ebb-n-flow-website/app/movement-workshops/page.tsx

12 lines
374 B
TypeScript

import MovementWorkshopsClient from "./page.client"
export const metadata = {
title: "Movement & Mobility Workshops - Ebb'nFlow Therapeutics",
description:
"Discover movement education and mobility training. Fun, liberating, and educational workshops for adults and seniors.",
}
export default function MovementWorkshops() {
return <MovementWorkshopsClient />
}