import Layout from "@/components/layout/Layout"; import ContactClient from "./ContactClient"; export const metadata = { title: "Contact Rapharehab | Etobicoke", description: "Book your physiotherapy appointment in Etobicoke today. Call now or schedule online for expert rehab care.", }; export default function Page() { return ( ); }