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 ( <> ); }