import Layout from "@/components/layout/Layout"; import FaqClient from "./FaqClient"; export const metadata = { title: "RaphaRehab FAQs – Rehab & Wellness Help", description: "See answers to common questions about RaphaRehab’s physiotherapy, rehab, therapies, caregiver support and how to book or get insurance help.", }; export default function FaqPage() { return ( ); }