Home/Components/Team Section

Team Section

Interactive team member showcase with GSAP-powered hover animations. Names animate in on profile hover.

Our Squad

Jack

Jane

Bob

John

Lisa

Harry

Jack
Jane
Bob
John
Lisa
Harry

Props

18 total
PropTypeDefaultDescription
members*Array<{ image: string; name: string; imageClassName?: string; imageStyle?: CSSProperties; nameClassName?: string; nameStyle?: CSSProperties }>Array of team members. Each member has: image (profile photo URL), name (display name), and optional styling props
defaultNamestring"Our Squad"Text displayed when no member is hovered
backgroundColorstring"#0f0f0f"Background color of the section (CSS color value)
textColorstring"#e3e3db"Default text color for the name display
accentColorstring"#f93535"Color of the hovered member's name
containerClassNamestring""Additional CSS classes for the main container
containerStyleCSSProperties{}Inline styles for the main container
profileImagesContainerClassNamestring""CSS classes for the images container
profileImagesContainerStyleCSSProperties{}Inline styles for the images container
profileNamesContainerClassNamestring""CSS classes for the names container
profileNamesContainerStyleCSSProperties{}Inline styles for the names container
defaultNameClassNamestring""CSS classes for the default name heading
defaultNameStyleCSSProperties{}Inline styles for the default name
memberNameClassNamestring""CSS classes for all member name headings
memberNameStyleCSSProperties{}Inline styles for all member names
hoverScaleFactornumber2Scale multiplier when a profile image is hovered
animDurationnumber0.75Animation duration in seconds
charStaggernumber0.025Stagger delay between each character animation
← PreviousStroke Cards
Next →Spring Back Card