2026-03-17 12:35:25 +05:30

18 lines
514 B
JavaScript

import Layout from "@/components/layout/Layout";
import AboutClient from "../about-us/AboutClient";
import Team from "../why-choose-us/WhyusClient";
export const metadata = {
title: "Why Choose Rapharehab for Physiotherapy & Care in Etobicoke",
description:
"Discover why Rapharehab is trusted for compassionate, reliable, and personalized home-care services focused on comfort, safety, and professional support.",
};
export default function AboutPage() {
return (
<>
<Team />
</>
);
}