import dynamic from 'next/dynamic'; const PortfolioFilter1 = dynamic(() => import('@/components/elements/Locations'), { ssr: false }); import Layout from "@/components/layout/Layout" export const metadata = { title: "Locations - rapharehab", description: "Learn more about Rapha Rehab Physiotherapy and Rehabilitation Clinic in Etobicoke. Discover our mission, vision, values, and experienced physiotherapy team.", }; export default function Gallery() { return (
Locations

Find an office near you

); }