Team8
The Team8, renders a styled team member carousel with headings, captions, and member details using MUI, react-slick, and custom components.
Component path: src/blocks/team/Team8.tsx
Component usage path: src/app/blocks/team/team8/page.tsx
Preview link: https://www.saasable.io/blocks/team/team8
Props Details
Prop
Type
Description
Displayed as
heading
string
Main title for the team section
"Meet Our Experts"
caption
string
(Optional)
Subtitle or additional context for the team section
"The talented individuals who make our vision a reality"
members
ProfileProps[]
List of team members, each with avatar, name, role, and optional badge
[ { avatar: "/images/member1.jpg", name: "Alice Johnson", role: "Project Manager", badge: "Top Performer" }, ... ]
Last updated