3 Columns (default)
“We switched from our legacy system and saw a 40% increase in team productivity within the first month.”
Sarah Chen
CTO, TechFlow
“The API-first approach made integration a breeze. Our developers had it running in production within a day.”
Marcus Johnson
Lead Engineer, DataPipe
“Finally, enterprise-grade tooling that doesn't feel like it was built in 2005. The UX is phenomenal.”
Lisa Park
VP of Product, ScaleUp
2 Columns
“We switched from our legacy system and saw a 40% increase in team productivity within the first month.”
Sarah Chen
CTO, TechFlow
“The API-first approach made integration a breeze. Our developers had it running in production within a day.”
Marcus Johnson
Lead Engineer, DataPipe
Single Column
“We switched from our legacy system and saw a 40% increase in team productivity within the first month.”
Sarah Chen
CTO, TechFlow
Props
| Prop | Type | Description |
|---|---|---|
| testimonials | TestimonialItem[] | Array of { quote, name, role?, company?, avatar? } |
| columns | 1 | 2 | 3 | Number of grid columns (default 3) |
| className | string | Additional classes on the root element |
Usage
<Testimonial
columns={3}
testimonials={[
{
quote: "Amazing product!",
name: "Jane Doe",
role: "CTO",
company: "Acme",
},
]}
/>