Update registry/components/TeamCardTwo.json

This commit is contained in:
2026-02-24 04:46:07 +00:00
parent 7a2faef3b6
commit dca9ff4b22

View File

@@ -38,7 +38,7 @@
}, },
"role": { "role": {
"required": true, "required": true,
"example": "Founder & CEO", "example": "Founder & ",
"minChars": 2, "minChars": 2,
"maxChars": 40, "maxChars": 40,
"note": "Role/title displayed in secondary-button badge" "note": "Role/title displayed in secondary-button badge"
@@ -99,7 +99,7 @@
"ariaLabel?": "string (default: 'Team section')", "ariaLabel?": "string (default: 'Team section')",
"className?": "string" "className?": "string"
}, },
"usageExample": "<TeamCardTwo members={[{ id: '1', name: 'Alisa Hester', role: 'Founder & CEO', description: 'Former co-founder of Opendoor. Early staff at Spotify and Clearbit.', imageSrc: '/team/alisa.jpg', socialLinks: [{ icon: Twitter, url: 'https://twitter.com/alisa' }, { icon: Linkedin, url: 'https://linkedin.com/in/alisa' }] }]} title=\"Meet Our Team\" description=\"Get to know the people behind our success\" textboxLayout=\"default\" animationType=\"slide-up\" useInvertedBackground={false} />", "usageExample": "<TeamCardTwo members={[{ id: '1', name: 'Alisa Hester', role: 'Founder & ', description: 'Former co-founder of Opendoor. Early staff at Spotify and Clearbit.', imageSrc: '/team/alisa.jpg', socialLinks: [{ icon: Twitter, url: 'https://twitter.com/alisa' }, { icon: Linkedin, url: 'https://linkedin.com/in/alisa' }] }]} title=\"Meet Our Team\" description=\"Get to know the people behind our success\" textboxLayout=\"default\" animationType=\"slide-up\" useInvertedBackground={false} />",
"do": [ "do": [
"Use for about pages", "Use for about pages",
"Use for company information", "Use for company information",