Merge version_7 into main #17

Merged
bender merged 3 commits from version_7 into main 2026-03-03 10:21:08 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@
},
"name": {
"required": true,
"example": "Sarah Mitchell",
"example": "Lucas Pereira ",
"minChars": 2,
"maxChars": 50
},
@@ -65,7 +65,7 @@
},
"imageAlt": {
"required": false,
"example": "Sarah Mitchell headshot",
"example": "Lucas Pereira headshot",
"note": "Alt text for images"
},
"videoAriaLabel": {
@@ -90,7 +90,7 @@
"ariaLabel?": "string (default: 'Testimonials section')",
"className?": "string"
},
"usageExample": "<TestimonialCardTen testimonials={[{ id: '1', title: 'Personalized AI, redefined with Mindex', quote: 'Working with this AI has been a game changer! It feels like the system really listens and adapts to what I need.', name: 'Sarah Mitchell', role: 'CEO of BrightPath Solutions', imageSrc: '/images/testimonial1.webp', imageAlt: 'Sarah Mitchell' }]} title=\"Trusted by industry leaders\" description=\"See what our customers have to say\" textboxLayout=\"default\" useInvertedBackground={false} />",
"usageExample": "<TestimonialCardTen testimonials={[{ id: '1', title: 'Personalized AI, redefined with Mindex', quote: 'Working with this AI has been a game changer! It feels like the system really listens and adapts to what I need.', name: 'Lucas Pereira ', role: 'CEO of BrightPath Solutions', imageSrc: '/images/testimonial1.webp', imageAlt: 'Lucas Pereira ' }]} title=\"Trusted by industry leaders\" description=\"See what our customers have to say\" textboxLayout=\"default\" useInvertedBackground={false} />",
"do": [
"Use for feature showcases",
"Use for capability displays",

View File

@@ -31,7 +31,7 @@
},
"name": {
"required": true,
"example": "Sarah Mitchell",
"example": "Lucas Pereira ",
"minChars": 2,
"maxChars": 50,
"note": "Customer name"
@@ -57,7 +57,7 @@
},
"imageAlt": {
"required": false,
"example": "Portrait of Sarah Mitchell",
"example": "Portrait of Lucas Pereira ",
"note": "Alt text for image (defaults to customer name if not provided)"
},
"icon": {
@@ -85,7 +85,7 @@
"ariaLabel?": "string (default: 'Testimonials section')",
"className?": "string"
},
"usageExample": "<TestimonialCardTwo testimonials={[{ id: '1', name: 'Sarah Mitchell', role: 'Director of Operations', testimonial: 'The attention to detail and commitment to excellence was outstanding.', icon: Package }]} title=\"Customer Reviews\" textboxLayout=\"default\" animationType=\"slide-up\" useInvertedBackground={false} />",
"usageExample": "<TestimonialCardTwo testimonials={[{ id: '1', name: 'Lucas Pereira ', role: 'Director of Operations', testimonial: 'The attention to detail and commitment to excellence was outstanding.', icon: Package }]} title=\"Customer Reviews\" textboxLayout=\"default\" animationType=\"slide-up\" useInvertedBackground={false} />",
"do": [
"Use for social proof",
"Use for customer reviews",

View File

@@ -105,7 +105,7 @@ export default function HomePage() {
<TeamCardTwo
members={[
{
id: "1", name: "Sarah Mitchell", role: "Creative Director", description: "Former co-founder of Design Studio. Early staff at Spotify and Clearbit. Leading our design vision with 12 years of experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-fem-1772527369324-28809a03.png?_wi=1", imageAlt: "Sarah Mitchell, Creative Director", socialLinks: [
id: "1", name: "Lucas Pereira ", role: "Founder and Head of Operations ", description: "Former attendee to Harvard Univeristy Python Programming course .", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/uploaded-1772530998572-8l7ctc1z.jpg", imageAlt: "Lucas Pereira , Founder and Head of Operations ", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Twitter, url: "https://twitter.com" }
]