BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/rivelle/testimonial-section-01

Testimonial Section

rivelle/testimonial-section-01
FreeBlock

A high-contrast social proof section with customer quotes and identities.

Install it

npx shadcn@latest add https://rivelle.dev/r/testimonial-section-01.json

Source

registry/nova/blocks/testimonial-section-01.tsxrivelle.dev/r/testimonial-section-01.json
1import * as React from "react";
2import { Quote, Sparkles } from "lucide-react";
3
4import { Avatar, AvatarFallback } from "@/components/ui/avatar";
5import { Badge } from "@/components/ui/badge";
6import { cn } from "@/lib/utils";
7
8const testimonials = [
9 {
10 quote:
11 "Northstar replaced the weekly status meeting with a workspace people actually trust.",
12 name: "Mina Park",
13 role: "VP Product, Arc",
14 },
15 {
16 quote:
17 "It gives our studio structure without sanding away the way creative teams naturally work.",
18 name: "Jon Bell",
19 role: "Founder, Common",
20 },
21 {
22 quote:
23 "We shipped the migration in days and immediately had a clearer view of every decision.",
24 name: "Lena Ortiz",
25 role: "COO, Linear North",
26 },
27];
28
29function TestimonialSection01({
30 className,
31 ...props
32}: React.ComponentProps<"section">) {
33 return (
34 <section
35 className={cn(
36 "bg-foreground px-5 py-24 text-background sm:px-8 sm:py-32",
37 className,
38 )}
39 data-slot="testimonial-section"
40 id="customers"
41 {...props}
42 >
43 <div className="mx-auto max-w-7xl">
44 <Badge
45 className="border-background/15 bg-background/10 text-background"
46 variant="outline"
47 >
48 <Sparkles /> Customer stories
49 </Badge>
50 <div className="mt-7 flex flex-col justify-between gap-5 md:flex-row md:items-end">
51 <h2 className="max-w-3xl text-balance text-4xl font-semibold tracking-[-.05em] sm:text-6xl">
52 Trusted when the work really matters.
53 </h2>
54 <p className="max-w-sm text-sm leading-relaxed text-background/60">
55 From small studios to product organizations, teams use Northstar to
56 keep context close and progress visible.
57 </p>
58 </div>
59 <div className="mt-14 grid gap-4 lg:grid-cols-3">
60 {testimonials.map(({ quote, name, role }) => (
61 <figure
62 className="flex min-h-72 flex-col rounded-[1.75rem] border border-background/12 bg-background/[.055] p-6 sm:p-8"
63 key={name}
64 >
65 <Quote className="size-6 text-primary" />
66 <blockquote className="mt-8 text-balance text-xl font-medium leading-relaxed tracking-[-.025em]">
67 “{quote}”
68 </blockquote>
69 <figcaption className="mt-auto flex items-center gap-3 pt-8">
70 <Avatar>
71 <AvatarFallback>
72 {name
73// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • @rivelle/utils
  • @rivelle/avatar
  • @rivelle/badge

Files it writes

  • registry/nova/blocks/testimonial-section-01.tsx

Facts

Registry
rivelle
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

Docs on rivelle rivelle.dev w3cproject/rivelle-ui on GitHub Raw registry item This item as JSON

More from rivelle

All 83 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Contact Formcontact-form-01rivelleBlocksFree1 dep
Creative Portfoliocreative-portfolio-01rivelleBlocksFree1 dep
Dashboard Shelldashboard-shell-01rivelleBlocksFree1 dep
Empty Project Stateempty-project-01rivelleBlocksFree1 dep
Feature Sectionfeature-section-01rivelleBlocksFree1 dep
Site Footerfooter-01rivelleBlocksFree1 dep
Herohero-01rivelleBlocksFree1 dep
Loginlogin-01rivelleBlocksFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex