17 lines
459 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Layout from "@/components/layout/Layout";
import TeamClient from "../our-team-physiotherapy-etobicoke/TeamClient";
export const metadata = {
title: "Meet Our Professional Team Rapharehab Experts",
description:
"Get to know the trusted team behind Rapharehab. Our dedicated experts provide compassionate care and specialized therapies.",
};
export default function OurTeamPage() {
return (
<>
<TeamClient />
</>
);
}