import Layout from "@/components/layout/Layout"; import Link from "next/link"; import Rehabilitation from "@/utils/Rehabilitation.utils"; export const metadata = { title: "Comprehensive Rehabilitation – Rapharehab Professionals", description: "Rapharehab offers expert rehabilitation services tailored to your recovery needs. Regain strength, mobility and independence with trusted.", }; export default function RehabilitationPage() { return (
{Rehabilitation.map((service, index) => ( //
//
//
//
//
// // {service.title} // //
//
//
//
// {`${service.title} //
//

// {service.title} //

//

{service.shortDesc}

//
//
//
//
{service.title}
{`${service.title}

{service.title}

{service.shortDesc}

))}
); }