Testimonials
A testimonials section with a three-column card grid, avatar initials, and quoted text.
Loved by developers
Don't take our word for it.
“radk saved me hours of setup. I copied the components I needed, customized the colors, and shipped. The neobrutalism aesthetic is exactly what my project needed.”
“Finally a component library that doesn't make every site look the same. The bold shadows and thick borders are distinctive without being distracting.”
“The CLI tool is a game-changer. `radk add button` and it's in my project instantly. No fighting with npm, no version conflicts.”
“We switched from shadcn/ui to radk because we wanted a stronger visual identity. The migration was surprisingly smooth since both share the same principles.”
“Dark mode works perfectly out of the box. No flash, no FOUC, just clean transitions. That alone was worth switching.”
“Accessibility is usually an afterthought in design-forward libraries. Not with radk — every component handles focus management and keyboard navigation correctly.”
Installation
This block uses the following components. Add any you don't have yet:
npx radk add avatar badge cardUsage
import { TestimonialsBlock } from "@/components/blocks/testimonials"<TestimonialsBlock />Source
Edit the testimonials array to add your own quotes, names, and roles. Swap AvatarFallback with AvatarImage to show real photos.