import { servicesList } from "@/utils/Services.utils" import Link from "next/link" export default function MobileServices() { return ( <>
Our Services

We Offer For You Medical &
Saving Lives

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

{service?.title}

View Service
{/*

Lorem ipsum dolor sit amet ctetur adipiscing

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