<Testimonial>
testimonialTestimonialNarrative
Customer or stakeholder quote card with avatar, name, role, and company.
When to use: Always inside `<TestimonialGrid>`. Use for social proof in case studies and workshop reports. One centred card or three across.
Often with: TestimonialGridQuotePersonCard
Preview
“The first automation went live in two weeks. Finance finally trusts the numbers.
”
Maria Fernandes
Head of Finance, Acme Corp
| Prop | Type | Notes |
|---|---|---|
| children | ReactNode | Required. Quote body (no surrounding quotation marks). |
| name | string | Required. Speaker name.Example: Maria Fernandes |
| role | string | Optional. Job title.Example: Head of Finance |
| company | string | Optional. Organisation.Example: Acme Corp |
| avatarUrl | string | Optional. Optional headshot URL. |
| initials | string | Optional. Avatar fallback.Example: MF |
Examples
<Testimonial name="Maria Fernandes" role="Head of Finance" company="Acme Corp" initials="MF">
The first automation went live in two weeks. Finance finally trusts the numbers.
</Testimonial>