"use client"; import { socialLinks } from "@/data/socials"; import { slidesData } from "@/data/team"; import Image from "next/image"; import React from "react"; import { Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; export default function Team() { 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-wrapper */}
{/* /.swiper */}
{/* /.swiper-container */}
{/*/column */}
{/*/.row */}
{/* /.container */}
); }