Skip to content

Testimonials Marquee

Slow horizontal ticker of short quotes in large display type, separated by signal dots, between two ink rules; pauses on hover, static and wrapped with reduced motion. Pure CSS.

mono-clean/section/testimonials-marquee
Open ↗

Source

import { cn } from "@/lib/utils";

export interface TestimonialsMarqueeProps {
  label?: string;
  quotes?: { text: string; name: string }[];
  /** Seconds per loop. */
  speed?: number;
  className?: string;
}

const DEFAULT_QUOTES = [
  { text: "Faster than our old custom site", name: "Kasa" },
  { text: "Typography controls from the future", name: "Ortho" },
  { text: "Zero maintenance, finally", name: "Werk" },
  { text: "Clients notice the site first", name: "Marsh & Co" },
  { text: "Built our portfolio in a weekend", name: "Nord Studio" },
];

/** Slow horizontal ticker of short quotes in large display type, separated by signal dots, between two ink rules; pauses on hover, static and wrapped with reduced motion. Pure CSS. */
export function TestimonialsMarquee({ label = "Heard from studios", quotes = DEFAULT_QUOTES, speed = 45, className }: TestimonialsMarqueeProps) {
  const row = (hidden: boolean) => (
    <ul aria-hidden={hidden || undefined} className="flex shrink-0 items-center gap-10 pr-10">
      {quotes.map((q) => (
        <li key={q.name} className="flex items-center gap-10 whitespace-nowrap">
          <span className="font-da-display text-[clamp(1.75rem,4vw,3rem)] font-medium tracking-da-display">
            “{q.text}” <span className="font-da-mono text-xs tracking-da-label text-da-muted-fg uppercase">— {q.name}</span>
          </span>
          <span aria-hidden className="size-2.5 rounded-full bg-da-accent" />
        </li>
      ))}
    </ul>
  );
  return (
    <section aria-label={label} className={cn("overflow-hidden border-y border-da-border-strong bg-da-bg py-8 text-da-fg", className)}>
      <div className="mc-marquee flex w-max hover:[animation-play-state:paused]" style={{ animationDuration: `${speed}s` }}>
        {row(false)}
        {row(true)}
      </div>
      <style href="mc-marquee" precedence="default">{`
        @keyframes mc-marquee { to { translate: -50% 0 } }
        .mc-marquee { animation: mc-marquee 45s linear infinite }
        @media (prefers-reduced-motion: reduce) { .mc-marquee { animation: none; width: auto; flex-wrap: wrap } .mc-marquee > ul:last-child { display: none } .mc-marquee > ul { flex-wrap: wrap; padding-inline: var(--da-gutter) } }
      `}</style>
    </section>
  );
}

export default TestimonialsMarquee;

modules/mono-clean/section/testimonials-marquee/index.tsx

Props

PropTypeDefaultDescription
labelstring—Label.
quotes{ text: string; name: string }[]—Quotes.
speednumber—Seconds per loop.
classNamestring—Extra classes on the root.

Other testimonials variants in Mono Clean

Testimonials in other art directions

Testimonials Big Quote

Full-bleed blue section showing one giant uppercase quote at a time with a tilted yellow metric card, author row, pressable prev/next buttons and bar-shaped pagination.

BrutalistTestimonials

Testimonials Logos

Case-study strip: four ruled cells, each with a company wordmark, a giant result number, its label and a one-line quote, alternating solid and paper tones.

BrutalistTestimonials

Testimonials Posts

Social-post wall: ruled cards styled like timeline posts (square colored avatar, handle, date, casual copy, reply/repost/like counts) in a 3-column grid with a 'see more' CTA.

BrutalistTestimonials

Testimonials Wall

Wall of quote cards in alternating solid colors with hard shadows, initials avatars and optional rotated metric stickers ("2× adoption").

BrutalistTestimonials

Testimonials Deck

Stacked deck of glass testimonial cards offset in depth; a ‘Next story’ button sends the top card to the back and the others slide forward, with a live counter.

GlassTestimonials

Testimonials Marquee

Two rows of frosted testimonial cards scrolling infinitely in opposite directions with faded edges, pause on hover, star rating summary above. A static sr-only list carries the content for assistive tech.

GlassTestimonials

Testimonials Masonry

Rating summary pill (stars, 4.9/5, review count) above a masonry wall of glass quote cards with star ratings; one highlight card is filled with the brand gradient.

GlassTestimonials

Testimonials Video

Three video-testimonial glass cards with gradient posters, initials, play button and duration; opening one expands a glass player panel above with headline, quote and author.

GlassTestimonials

Testimonials Carousel

One large quote at a time with initials avatar and role, cross-fading between slides; progress dots, a 01 / 04 counter and round prev/next buttons, arrow-key navigation.

MinimalTestimonials

Testimonials Case Studies

Three case-study cards led by an oversized mono metric in indigo (−71% pages), a short quote, author and a Read the story link that makes the whole card clickable.

MinimalTestimonials

Testimonials Grid

Asymmetric testimonial grid: one large featured quote with a headline metric, flanked by two compact quotes, then a second row. Hairline cards, initials avatars, no logos needed.

MinimalTestimonials

Testimonials Posts

Masonry wall of social-post cards in 1–3 CSS columns: initials avatar, name and handle, post text, date and like count. Hairline cards, centered header.

MinimalTestimonials

Testimonials Cards

Clean 3-column grid of bordered quote cards with company name header, quote, and initials avatar + role footer divided by a hairline.

Neo CorporateTestimonials

Testimonials Case Study

Featured customer story: bordered card split into a company quote (logo wordmark, quote, author) and a tinted column of three big result metrics with a “Read the case study” link.

Neo CorporateTestimonials

Testimonials Logos

Row of customer wordmark buttons acting as tabs; selecting one swaps the quote, author and key metric below.

Neo CorporateTestimonials

Testimonials Ratings

Review-site proof: rating tiles per platform (score + stars + review count), a row of award badges, and two review excerpts.

Neo CorporateTestimonials

Testimonials Carousel

Gentle one-at-a-time carousel on a sage band: serif quote cross-fades, round prev/next buttons, leaf-shaped position dots; no autoplay.

Organic SoftTestimonials

Testimonials Notes

Kind words as handwritten-feeling notes: slightly tilted paper/sage/clay cards with italic serif quotes and a small “pinned” dot, straightening on hover.

Organic SoftTestimonials

Testimonials Portrait

Single large testimonial: an arch-shaped sage “portrait” with big initials and a leaf, next to a large serif quote, attribution and a clay result chip.

Organic SoftTestimonials

Testimonials Wall

Masonry wall of soft rounded quote cards in mixed tints (CSS columns), each with a small leaf-dot avatar, name and role.

Organic SoftTestimonials

Testimonials Bubbles

Testimonials as a friendly group chat: alternating pastel speech bubbles with round avatars and names inside a big white phone-like card, next to the section title.

Soft FlatTestimonials

Testimonials Notes

Wall of pastel sticky notes, slightly rotated with a round periwinkle pin on top, each holding a bold short quote and author; notes straighten on hover.

Soft FlatTestimonials

Testimonials Slider

Horizontal slider of pastel testimonial cards with star ratings; round prev/next buttons move one card at a time and pill dots show the position.

Soft FlatTestimonials

Testimonials Spotlight

One big quote on a mint block with a giant quote mark, a flat shape avatar, three white stat bubbles and a row of customer wordmarks below.

Soft FlatTestimonials