18 lines
511 B
JavaScript
Raw 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 AboutClient from "../about-us/AboutClient";
import Team from "../why-rapha-physiotherapy-etobicoke/WhyusClient";
export const metadata = {
title: "Why Choose Rapharehab Trusted Rehab Professionals",
description:
"Discover why Rapharehab is the preferred choice for rehab care. Our expert team, personalized approach, and proven results set us apart.",
};
export default function AboutPage() {
return (
<>
<Team />
</>
);
}