Last updated
Last updated
The Team4
component displays a team section with a centered heading, caption, and a slider featuring team members' cards. Each card includes a background image, optional badge, and member details, with responsive settings for different screen sizes.
All available props for the Team4 component are defined and handled within Component usage path file. This allows for easy modifications to the content of the Team section.
Component path: src/blocks/team/Team4.tsx
Component usage path: src/app/blocks/team/team4/page.tsx
Preview link:
heading
string
Main title of the section.
"Our Amazing Team"
caption
string
(Optional)
Additional context or subtitle.
"Meet the talented individuals driving our success."
members
ProfileProps[]
Contains data for each team member to be displayed in cards.
[{ name: 'Henrietta Bayer', role: 'Chief Technology Officer', avatar: '/assets/images/profile/profile-2.png', badge: 'Best Employee of the year' }, ...]