import { servicesList } from '@/utils/Services.utils'; import Link from 'next/link'; import React from 'react'; import Image from 'next-image-export-optimizer'; import exportableLoader from 'next-image-export-optimizer'; export default function ServicesSection() { return (
Physiotherapy at Rapharehab
Physiotherapy at Rapharehab
We Help You Move Better & Live Healthier

Our Services

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

{service?.shortTitle}

{service?.shortDescription}

))}
View All Services
); };