"use client"; import { slidesData } from "@/data/team"; import React from "react"; import { Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; import Image from "next/image"; export default function Team3() { return (

MEET THE TEAM

Save your time and money by choosing our professional team.

Donec id elit non mi porta gravida at eget metus. Morbi leo risus, porta ac consectetur ac, vestibulum at eros tempus porttitor.

See All Members
{/*/column */}
{slidesData.map((elm, i) => ( image

{elm.name}

{elm.role}

{elm.description}

{/* /.social */}
))}
{/* /.swiper */}
{/* /.swiper-container */}
{/*/column */}
); }