Testimonials Grid
A featured testimonial paired with quieter supporting customer stories.
Used in
SessionWatcher ↗
★★★★★
“The details are considered, the code is readable, and it took minutes to make it ours.”
“It feels native to our product instead of imported from a kit.”
“A strong default that still leaves room for our own identity.”
Install
Add the source directly to your shadcn project.
pnpm dlx shadcn@latest add https://ui.starck.studio/r/testimonials-grid.jsonUsage
<TestimonialsGrid
testimonials={[
{ quote: "The details are considered, the code is readable, and it took minutes to make it ours.", name: "Maya Chen", role: "Product designer", initials: "MC" },
{ quote: "It feels native to our product instead of imported from a kit.", name: "Alex Morgan", role: "Founder", initials: "AM" },
{ quote: "A strong default that still leaves room for our own identity.", name: "Nico Laurent", role: "Engineer", initials: "NL" },
]}
/>