Testimonials Grid

A featured testimonial paired with quieter supporting customer stories.

★★★★★
The details are considered, the code is readable, and it took minutes to make it ours.
MCMaya ChenProduct designer
It feels native to our product instead of imported from a kit.
AMAlex MorganFounder
A strong default that still leaves room for our own identity.
NLNico LaurentEngineer

Install

Add the source directly to your shadcn project.

pnpm dlx shadcn@latest add https://ui.starck.studio/r/testimonials-grid.json

Usage

<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" },
  ]}
/>