import Layout from "@/components/layout/Layout"; import ContactClient from "../contact/ContactClient"; export const metadata = { title: "Contact Rapharehab – Book Your Appointment Today", description: "Reach out to Rapharehab for expert rehab and therapy services. Call or message us to schedule your consultation with our professional care team.", }; export default function ContactPage() { return ( ); }