import dynamic from 'next/dynamic'; const PortfolioFilter1 = dynamic(() => import('@/components/elements/Locations'), { ssr: false }); import Layout from "@/components/layout/Layout" export const metadata = { title: "Rapha Rehab Locations - The Best Physiotherapy Clinic ", description: "Explore Rapha Rehab locations across Chicago, Kansas, New Mexico, Nevada, New York & Texas. Find expert physiotherapy near you.", }; export default function Gallery() { return (
Locations

Find an office near you

); }