import Layout from "@/components/layout/Layout"; import AboutClient from "../about-us/AboutClient"; export const metadata = { title: "About RaphaRehab – Trusted Physiotherapy", description: "Learn about RaphaRehab’s mission and our commitment to delivering compassionate, reliable, and professional home-care services for families.", }; export default function AboutPage() { return ( ); }