Components

Statement Headline Testimonial

An oversized statement headline over a row of short attributed client quotes with mono attribution and a cyan quote-mark accent, plus a carousel when more than three quotes are supplied.

A statement-headline testimonial: one oversized, confident, ragged-right headline above a thin baseline row of three short attributed client quotes, each with mono name / role / company attribution and a single cyan quote-mark accent. When more than three quotes are supplied, the full source set is offered beneath as a carousel. Part of the "Live Workflow Canvas" page language — flat obsidian, faint dot-grid, cyan as the lone signal.

npx shadcn@latest add @vandoko/vkb-testi-09

Usage

import { VkbTesti09 } from "@/components/vkb-testi-09";

export default function Example() {
  return (
    <VkbTesti09
      eyebrow="Client voice"
      headline="What teams say after the first sprint."
      quotes={[
        {
          quote: "Week one and we already had the real screen in front of customers.",
          name: "Maya Ellison",
          role: "VP Product",
          company: "Northwind",
        },
        {
          quote: "They cut through six months of stalled debate and gave us one working flow.",
          name: "Daniel Roe",
          role: "Head of Design",
          company: "Cohere Labs",
        },
        {
          quote: "The cleanest handoff I've seen — our engineers shipped without a single question.",
          name: "Priya Nathan",
          role: "Director of Engineering",
          company: "Beacon",
        },
      ]}
    />
  );
}
Preview
Open in
Loading preview...

On this page