Skip to main content
Clever Ops

Testimonial Marquee

Two counter-scrolling rows of customer quotes with edge fades, pure CSS, pauses on hover, and renders a static grid under reduced motion.

Preview & code

Loading Testimonial Marquee preview

Installation

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

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

Usage

tsx
import { TestimonialMarquee } from '@/components/blocks/testimonial-marquee'
Exampletsx
import { TestimonialMarquee } from '@/components/blocks/testimonial-marquee'

const testimonials = [
  {
    quote: 'We shut off three internal tools the month we rolled it out. Finance stopped chasing approvals entirely.',
    name: 'Priya Raman',
    role: 'COO, Fieldline',
  },
  {
    quote: 'The handoff automations paid for the year in the first quarter. I check the log on Mondays, that is the whole job now.',
    name: 'Marcus Webb',
    role: 'Ops lead, Corridor',
  },
  {
    quote: 'Setup took an afternoon. The bot drafted 214 follow-ups in week one and only two needed edits.',
    name: 'Elena Sosa',
    role: 'Founder, Bright & Co',
  },
  {
    quote: 'Our error rate on reconciliations went from “someone cries quarterly” to zero.',
    name: 'Dan Okafor',
    role: 'Controller, Meridian',
  },
  {
    quote: 'It is the first automation tool the team did not quietly abandon after a month.',
    name: 'Sophie Klein',
    role: 'Head of CX, Arbor',
  },
  {
    quote: 'I was the bottleneck for every invoice over $5k. Now I am only the bottleneck for the interesting ones.',
    name: 'James Liu',
    role: 'CFO, Northgate',
  },
]

export default function TestimonialMarqueeDemo() {
  return (
    <TestimonialMarquee
      eyebrow="What operators say"
      heading="Teams stop doing the work about two weeks in."
      testimonials={testimonials}
    />
  )
}

API reference

TestimonialMarquee accepts the following props.

PropTypeDefaultDescription
headingstring
eyebrowstring
testimonials*Testimonial[]
durationnumber48seconds for one full loop

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

Referenced types

Typestsx
export interface Testimonial {
  quote: string
  name: string
  role: string
}

Frequently asked questions

How do I install the Testimonial Marquee 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-marquee`. 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 Marquee require?

Testimonial Marquee has no npm dependencies beyond React and Tailwind CSS itself, so there is nothing extra to install or keep updated.

Can I theme Testimonial Marquee 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