Skip to main content
Clever Ops

Testimonial Wall

A bento-weighted wall of quote cards behind hairline seams, mixed cell sizes give one featured voice the floor while the chorus settles in a single staggered reveal.

Preview & code

Loading Testimonial Wall preview

Installation

pnpm dlx shadcn@latest add @cleverui/testimonial-wall

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { TestimonialWall } from '@/components/blocks/testimonial-wall'
Exampletsx
import { TestimonialWall } from '@/components/blocks/testimonial-wall'

const testimonials = [
  {
    quote:
      'We shut off three internal tools the month we rolled it out. Finance stopped chasing approvals entirely, and the audit trail is cleaner than anything we built by hand.',
    author: 'Priya Raman',
    role: 'COO',
    company: 'Fieldline',
    featured: true,
  },
  {
    quote:
      'The handoff automations paid for the year in the first quarter.',
    author: 'Marcus Webb',
    role: 'Ops lead',
    company: 'Corridor',
  },
  {
    quote:
      'Setup took an afternoon. Two hundred fourteen follow-ups in week one, two edits total.',
    author: 'Elena Sosa',
    role: 'Founder',
    company: 'Bright & Co',
  },
  {
    quote:
      'Reconciliation error rate went from quarterly panic to zero.',
    author: 'Dan Okafor',
    role: 'Controller',
    company: 'Meridian',
  },
  {
    quote:
      'First automation the team did not quietly abandon after a month.',
    author: 'Sophie Klein',
    role: 'Head of CX',
    company: 'Arbor',
  },
  {
    quote:
      'I was the bottleneck for every invoice over $5k. Now I only see the interesting ones.',
    author: 'James Liu',
    role: 'CFO',
    company: 'Northgate',
  },
  {
    quote:
      'Support tickets about status updates dropped 41% in six weeks.',
    author: 'Amina Okonkwo',
    role: 'Director of Support',
    company: 'Halcyon',
  },
]

export default function TestimonialWallDemo() {
  return (
    <TestimonialWall
      eyebrow="Customer voices"
      heading="Operators who stopped doing the work about the work."
      testimonials={testimonials}
      columns={3}
    />
  )
}

API reference

TestimonialWall accepts the following props.

PropTypeDefaultDescription
eyebrowstring
heading*string
testimonials*TestimonialWallItem[]
columnsnumber3lg column count (2–4), applied via a static class map

…plus everything from React.HTMLAttributes<HTMLElement>: className, event handlers, aria attributes and the rest pass straight through.

Referenced types

Typestsx
export interface TestimonialWallItem {
  quote: string
  author: string
  role?: string
  company?: string
  featured?: boolean
}

Frequently asked questions

How do I install the Testimonial Wall component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/testimonial-wall`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Testimonial Wall require?

Testimonial Wall uses motion on top of React and Tailwind CSS. You don't need to install it manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Testimonial Wall to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services