Copy any custom block snippet below and paste it on your page to build your website easily.
Financial Analyst
Marketing Specialist
Sales Manager
Investment Planner
import { teamMembers } from "@/data/team";
import React from "react";
export default function Team() {
return (
<>
{" "}
<div className="flex flex-wrap mx-[-15px] !mb-3">
<div className="md:w-10/12 lg:w-full xl:w-10/12 xxl:w-9/12 w-full flex-[0_0_auto] !px-[15px] max-w-full !mx-auto !text-center">
<h2 className="!text-[.75rem] uppercase !text-[#747ed1] !tracking-[0.02rem] !leading-[1.35] !mb-3">
Our Team
</h2>
<h3 className="!text-[calc(1.305rem_+_0.66vw)] font-bold xl:!text-[1.8rem] !leading-[1.3] !mb-7 lg:!px-36 xl:!px-32">
Think unique and be innovative. Make a difference with Sandbox.
</h3>
</div>
{/*/column */}
</div>
{/*/.row */}
<div className="flex flex-wrap mx-[-15px] grid-view md:mx-[-20px] lg:mx-[-20px] xl:mx-[-25px] !mt-[-40px] xl:!mt-0 lg:!mt-0 xl:!mb-[10rem] lg:!mb-[10rem] md:!mb-[10rem]">
{teamMembers.map((member, index) => (
<div
key={index}
className="md:w-6/12 lg:w-3/12 xl:w-3/12 w-full flex-[0_0_auto] xl:!px-[25px] lg:!px-[20px] md:!px-[20px] !px-[15px] max-w-full md:!mt-[40px] max-md:!mt-[40px]"
>
<div className="!relative">
<div
className="shape !rounded-[.4rem] !bg-[#f2f3fb] rellax xl:block lg:block md:block absolute"
data-rellax-speed={0}
style={{
bottom: "-0.75rem",
right: "-0.75rem",
width: "98%",
height: "98%",
zIndex: 0,
}}
/>
<div className="card">
<figure className="card-img-top">
<img
className="max-w-full h-auto"
srcSet={member.imageSrcSet}
alt="image"
src={member.imageSrc}
width={300}
height={300}
/>
</figure>
<div className="card-body px-6 py-5">
<h4 className="!mb-1">{member.name}</h4>
<p className="!mb-0 text-[.85rem]">{member.role}</p>
</div>
</div>
</div>
</div>
))}
{/*/column */}
</div>
</>
);
}
import { slidesData } from "@/data/team";
import { Pagination } from "swiper/modules";
import { Swiper, SwiperSlide } from "swiper/react";
export default function Team() {
return (
<>
<div className="flex flex-wrap mx-[-15px] !mb-3">
<div className="md:w-10/12 lg:w-10/12 xl:w-9/12 xxl:w-7/12 w-full flex-[0_0_auto] !px-[15px] max-w-full !mx-auto !text-center">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 409.6 356.2"
data-inject-url="https://sandbox-tailwind-template.netlify.app/assets/img/icons/lineal/team.svg"
className="svg-inject icon-svg icon-svg-md !w-[2.6rem] !h-[2.6rem] !mb-4 m-[0_auto]"
>
<path
className="lineal-fill"
d="M265.2 180.7H144.4v-17.6c0-33.3 27-60.4 60.4-60.4s60.4 27 60.4 60.4v17.6z"
/>
<path
className="lineal-stroke"
d="M265.2 191.7H144.4c-6.1 0-11.1-5-11.1-11.1V163c-.5-39.5 31.1-71.8 70.6-72.3s71.8 31.1 72.3 70.6v19.3c0 6.2-4.9 11.1-11 11.1zm-109.7-22.1h98.6v-6.5c.4-27.2-21.4-49.6-48.6-50s-49.6 21.4-50 48.6v7.9z"
/>
<path
className="lineal-fill"
d="M250.4 56.7c0 25.2-20.4 45.6-45.6 45.6s-45.6-20.4-45.6-45.6 20.4-45.6 45.6-45.6c25.2 0 45.6 20.4 45.6 45.6z"
/>
<path
className="lineal-stroke"
d="M204.8 113.3c-31.3 0-56.7-25.4-56.7-56.7S173.5-.1 204.8-.1s56.7 25.4 56.7 56.7c-.1 31.3-25.4 56.7-56.7 56.7zm0-91.2c-19.1 0-34.5 15.4-34.5 34.5s15.4 34.5 34.5 34.5 34.5-15.4 34.5-34.5c0-19-15.5-34.4-34.5-34.5zm193.7 334.1H296.8c-6.1 0-11.1-5-11.1-11.1v-14.8c0-34.2 27.8-62 62-62 6.1-.2 11.2 4.6 11.4 10.7s-4.6 11.2-10.7 11.4h-.7c-22 0-39.8 17.8-39.8 39.8v3.8h79.6v-3.7c0-3.2-.4-6.5-1.2-9.6-1.4-6 2.3-11.9 8.3-13.3 5.8-1.4 11.7 2.2 13.2 8 1.2 4.9 1.8 9.9 1.8 14.9v14.8c0 6.1-4.9 11.1-11.1 11.1z"
/>
<path
className="lineal-stroke"
d="M347.6 290.5c-27.3 0-49.5-22.2-49.5-49.5s22.2-49.5 49.5-49.5 49.5 22.2 49.5 49.5-22.2 49.5-49.5 49.5zm0-76.9c-15.1 0-27.3 12.3-27.3 27.4 0 15.1 12.3 27.3 27.4 27.3S375 256 375 241c0-15.1-12.3-27.3-27.4-27.4zM112.8 356.2H11.1c-6.1 0-11.1-5-11.1-11.1v-14.8c0-34.2 27.8-62 62-62 6.1.2 10.9 5.3 10.7 11.4-.2 5.9-4.9 10.6-10.7 10.7-22 0-39.8 17.8-39.8 39.8v3.8h79.6v-3.7c0-3.2-.4-6.5-1.2-9.6-1.5-5.9 2.2-11.9 8.1-13.4s11.9 2.2 13.4 8.1c1.2 4.9 1.8 9.9 1.8 14.9v14.8c.1 6.1-4.9 11.1-11.1 11.1.1 0 .1 0 0 0z"
/>
<path
className="lineal-stroke"
d="M61.9 290.5c-27.3 0-49.5-22.2-49.5-49.5s22.2-49.5 49.5-49.5 49.5 22.2 49.5 49.5-22.1 49.5-49.5 49.5zm0-76.9c-15.1 0-27.3 12.2-27.3 27.4 0 15.1 12.2 27.4 27.4 27.4 15.1 0 27.3-12.2 27.3-27.3 0-15.2-12.3-27.4-27.4-27.5zm142.9 72.1c-6.1 0-11.1-5-11.1-11.1v-56.4c-.2-6.1 4.6-11.2 10.7-11.4 6.1-.2 11.2 4.6 11.4 10.7v57.1c.1 6.2-4.9 11.1-11 11.1z"
/>
<path
className="lineal-stroke"
d="M279.5 285.7H130.1c-6.1.2-11.2-4.6-11.4-10.7s4.6-11.2 10.7-11.4h150.2c6.1-.2 11.2 4.6 11.4 10.7s-4.6 11.2-10.7 11.4h-.8z"
/>
</svg>
<h2 className="!text-[calc(1.305rem_+_0.66vw)] font-bold xl:!text-[1.8rem] !leading-[1.3] !mb-3 xl:!px-[4.5rem] lg:!px-[4.5rem]">
Save your time and money by choosing our professional team.
</h2>
</div>
{/*/column */}
</div>
{/*/.row */}
<div className="!relative">
<div
className="shape !rounded-[50%] !bg-[#fff8ee] rellax !w-[6rem] !h-[6rem] absolute z-[1]"
data-rellax-speed={1}
style={{ bottom: "0.5rem", right: "-1.7rem" }}
/>
<div
className="shape !rounded-[50%] bg-line red rellax !w-[6rem] !h-[6rem] absolute z-[1] opacity-50"
data-rellax-speed={1}
style={{ top: "0.5rem", left: "-1.7rem" }}
/>
<div className="swiper-container dots-closer !mb-6">
<Swiper
className="swiper"
modules={[Pagination]}
pagination={{
clickable: true,
el: ".spd13",
}}
spaceBetween={0}
breakpoints={{
0: { slidesPerView: 1 },
575: {
slidesPerView: 1,
},
768: {
slidesPerView: 2,
},
992: {
slidesPerView: 3,
},
1200: {
slidesPerView: 3,
},
1400: {
slidesPerView: 4,
},
}}
>
{slidesData.map((slide) => (
<SwiperSlide className="swiper-slide" key={slide.id}>
<div className="item-inner">
<div className="card">
<div className="card-body p-[40px]">
<img
className="rounded-[50%] !w-[5rem] !mb-4"
srcSet={slide.imageSrcSet}
alt="image"
src={slide.imageSrc}
width={100}
height={100}
/>
<h4 className="!mb-1">{slide.name}</h4>
<div className="!text-[0.65rem] !mb-2 uppercase !tracking-[0.02rem] font-bold !text-[#aab0bc]">
{slide.role}
</div>
<p className="!mb-2">{slide.description}</p>
<nav className="nav social !mb-0">
<a
className="m-[0_.7rem_0_0] text-[1rem] transition-all duration-[0.2s] ease-in-out translate-y-0 hover:translate-y-[-0.15rem]"
href="#"
>
<i className="uil uil-twitter before:content-['ed59'] text-[1rem] !text-[#5daed5]" />
</a>
<a
className="m-[0_.7rem_0_0] text-[1rem] transition-all duration-[0.2s] ease-in-out translate-y-0 hover:translate-y-[-0.15rem]"
href="#"
>
<i className="uil uil-facebook-f before:content-['eae2'] text-[1rem] !text-[#4470cf]" />
</a>
<a
className="m-[0_.7rem_0_0] text-[1rem] transition-all duration-[0.2s] ease-in-out translate-y-0 hover:translate-y-[-0.15rem]"
href="#"
>
<i className="uil uil-dribbble before:content-['eaa2'] text-[1rem] !text-[#e94d88]" />
</a>
</nav>
{/* /.social */}
</div>
{/*/.card-body */}
</div>
{/* /.card */}
</div>
{/* /.item-inner */}
</SwiperSlide>
))}
{/*/.swiper-wrapper */}
</Swiper>
<div className="swiper-controls">
<div className="swiper-pagination spd13"></div>
</div>
{/* /.swiper */}
</div>
{/* /.swiper-container */}
</div>
</>
);
}
Donec id elit non mi porta gravida at eget metus. Morbi leo risus, porta ac consectetur ac, vestibulum at eros tempus porttitor.
See All Membersimport { slidesData } from "@/data/team";
import React from "react";
import { Pagination } from "swiper/modules";
import { Swiper, SwiperSlide } from "swiper/react";
export default function Team3() {
return (
<div className="flex flex-wrap mx-[-15px] xl:mx-[-35px] lg:mx-[-20px] !mt-[-50px] !mb-24 md:!mb-[7rem] xl:!mb-40 items-center">
<div className="xl:w-4/12 lg:w-4/12 w-full flex-[0_0_auto] xl:!px-[35px] lg:!px-[20px] !px-[15px] !mt-[50px] max-w-full">
<h2 className="!text-[.75rem] uppercase !text-[#aab0bc] !mb-3 !tracking-[0.02rem] !leading-[1.35]">
MEET THE TEAM
</h2>
<h3 className="!text-[calc(1.285rem_+_0.42vw)] font-bold xl:!text-[1.6rem] !leading-[1.3] !mb-5">
Save your time and money by choosing our professional team.
</h3>
<p>
Donec id elit non mi porta gravida at eget metus. Morbi leo risus,
porta ac consectetur ac, vestibulum at eros tempus porttitor.
</p>
<a
href="#"
className="btn btn-primary !text-white !bg-[#3f78e0] border-[#3f78e0] hover:text-white hover:bg-[#3f78e0] hover:!border-[#3f78e0] active:text-white active:bg-[#3f78e0] active:border-[#3f78e0] disabled:text-white disabled:bg-[#3f78e0] disabled:border-[#3f78e0] !rounded-[50rem] !mt-3 hover:translate-y-[-0.15rem] hover:shadow-[0_0.25rem_0.75rem_rgba(30,34,40,0.15)]"
>
See All Members
</a>
</div>
{/*/column */}
<div className="xl:w-8/12 lg:w-8/12 w-full flex-[0_0_auto] xl:!px-[35px] lg:!px-[20px] !px-[15px] !mt-[50px] max-w-full">
<div className="swiper-container !text-center !mb-6">
<Swiper
className="swiper"
spaceBetween={30}
modules={[Pagination]}
pagination={{
clickable: true,
el: ".spd20",
}}
breakpoints={{
0: { slidesPerView: 1 },
575: {
slidesPerView: 1,
},
768: {
slidesPerView: 2,
},
992: {
slidesPerView: 2,
},
1200: {
slidesPerView: 3,
},
}}
>
{slidesData.map((elm, i) => (
<SwiperSlide key={i} className="swiper-slide">
<img
className="rounded-[50%] w-40 !mx-auto !mb-4"
alt="image"
width={300}
srcSet={elm.imageSrcSet}
height={300}
src={elm.imageSrc}
/>
<h4 className="!mb-1">{elm.name}</h4>
<div className="!text-[0.65rem] uppercase !tracking-[0.02rem] font-bold !text-[#aab0bc] !mb-2">
{elm.role}
</div>
<p className="!mb-2">{elm.description}</p>
<nav className="nav social justify-center !text-center !mb-0">
<a
className="m-[0_.7rem_0_0] text-[1rem] transition-all duration-[0.2s] ease-in-out translate-y-0 hover:translate-y-[-0.15rem]"
href="#"
>
<i className="uil uil-twitter before:content-['ed59'] text-[1rem] !text-[#5daed5]" />
</a>
<a
className="m-[0_.7rem_0_0] text-[1rem] transition-all duration-[0.2s] ease-in-out translate-y-0 hover:translate-y-[-0.15rem]"
href="#"
>
<i className="uil uil-slack before:content-['ecdd'] text-[1rem] !text-[#d4135c]" />
</a>
<a
className="m-[0_.7rem_0_0] text-[1rem] transition-all duration-[0.2s] ease-in-out translate-y-0 hover:translate-y-[-0.15rem]"
href="#"
>
<i className="uil uil-linkedin before:content-['ebd1'] text-[1rem] !text-[#3393c1]" />
</a>
</nav>
{/* /.social */}
</SwiperSlide>
))}
</Swiper>
<div className="swiper-controls">
<div className="swiper-pagination spd20"></div>
</div>
{/* /.swiper */}
</div>
{/* /.swiper-container */}
</div>
{/*/column */}
</div>
);
}
Everything you need to create your next unique and professional website, including impressive and ready-made blocks and pages.
Buy SandboxSandbox is a multipurpose HTML5 template with various layouts which will be a great solution for your business.