<Testimonial>
testimonialTestimonialPresentation
One testimonial tile with quote, avatar, and attribution; centred hero layout when alone, compact card when three share a slide.
When to use: Always inside `<TestimonialGrid>`. Customer proof on a sales or outcomes slide. Use one for a hero quote; three for a balanced row.
Often with: TestimonialGridQuoteSlideFeaturedQuoteSlide
Preview
| Prop | Type | Notes |
|---|---|---|
| children | ReactNode | Required. Quote body. |
| 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
<TestimonialGrid>
<Testimonial name="Maria Fernandes" role="CFO" company="Acme Corp" initials="MF">
The first automation went live in two weeks.
</Testimonial>
</TestimonialGrid>