import { servicesList } from "@/utils/Services.utils" import Link from "next/link" import Image from "next/image"; export default function MobileServices() { return ( <>
Physiotherapy at Rapharehab
Physiotherapy at Rapharehab
We Help You Move Better &
Live Healthier

Our Services

{ servicesList?.slice(0, 8)?.map((service, index) => { return (
{`${service.alt}`}

{service?.shortTitle}

View Service
{/*

Lorem ipsum dolor sit amet ctetur adipiscing

*/}
) }) }
View All Services
) }