import Layout from "@/components/layout/Layout"; import AboutClient from "../about-us/AboutClient"; export const metadata = { title: "About Rapharehab | Etobicoke Physio", description: "Learn about our expert physiotherapy team in Etobicoke. Patient-focused care, evidence-based treatments, real results.", }; export default function AboutPage() { return ( ); }