import Layout from "@/components/layout/Layout"; import Link from "next/link"; import Accident from "@/utils/Accident.utils"; export const metadata = { title: "Accident Injury Rehab Services – Rapharehab Experts", description: "Recover confidently after an accident with Rapharehab. Our professional team provides personalized care to manage pain, restore mobility, and rebuild strength.", }; export default function AccidentPage() { return (
{Accident.map((service, index) => (
{service.title}
{`${service.title}`}

{service.title}

{service.shortDesc}

))}
); }