BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcncraft/testimonials-11

Testimonial 11 – Editorial quote grid

shadcncraft/testimonials-11
FreeBlock

A structured testimonial layout that combines a clear section header with a multi-column grid of short quotes. It balances scannability and depth by presenting many voices at once, using consistent cards and subtle hierarchy to reinforce trust without relying on a single standout story.

Install it

npx shadcn@latest add https://shadcncraft.com/r/testimonials-11.json

Source

blocks/pro-marketing/testimonials/testimonials-11/index.tsxshadcncraft.com/r/testimonials-11.json
1import { IconPlaceholder } from "@/registry/icons/icon-placeholder";
2import { Card, CardContent } from "@/components/ui/card";
3import {
4 ProfileCard,
5 ProfileCardAvatar,
6 ProfileCardDetails,
7} from "@/components/shadcncraft/pro-marketing/profile-card";
8import {
9 SectionHeading,
10 SectionHeadingBody,
11 SectionHeadingTagline,
12 SectionHeadingTitle,
13} from "@/components/shadcncraft/pro-marketing/section-heading";
14
15export function Testimonials11() {
16 return (
17 <section className="py-6 lg:py-20">
18 <div className="mx-auto flex max-w-7xl flex-col gap-12 px-5 lg:gap-16 lg:px-8">
19 {/* Section Heading */}
20 <SectionHeading alignment="center" className="mx-auto w-full max-w-3xl">
21 <SectionHeadingTagline>Testimonials</SectionHeadingTagline>
22 <SectionHeadingTitle>What Our Customers Say</SectionHeadingTitle>
23 <SectionHeadingBody>
24 Don&apos;t just take our word for it. See what teams are saying about Acme
25 Inc.
26 </SectionHeadingBody>
27 </SectionHeading>
28
29 {/* Testimonials Grid */}
30 <div className="grid gap-5 md:grid-cols-2 lg:grid-cols-3">
31 {testimonialsData.map((testimonial) => (
32 <Card key={testimonial.id}>
33 <CardContent className="group flex flex-1 flex-col gap-6">
34 <IconPlaceholder
35 lucide="Quote"
36 tabler="IconQuote"
37 hugeicons="QuoteDownIcon"
38 phosphor="QuotesIcon"
39 remixicon="RiDoubleQuotesL"
40 className="size-6 rotate-180 text-muted-foreground transition-colors group-hover:text-foreground"
41 />
42 <blockquote className="text-lg font-medium text-pretty">
43 {testimonial.quote}
44 </blockquote>
45 <IconPlaceholder
46 lucide="Quote"
47 tabler="IconQuote"
48 hugeicons="QuoteDownIcon"
49 phosphor="QuotesIcon"
50 remixicon="RiDoubleQuotesL"
51 className="size-6 self-end text-muted-foreground transition-colors group-hover:text-foreground"
52 />
53 <ProfileCard className="mt-auto">
54 <ProfileCardAvatar src={testimonial.imageSrc} name={testimonial.name} />
55 <ProfileCardDetails name={testimonial.name} body={testimonial.role} />
56 </ProfileCard>
57 </CardContent>
58 </Card>
59// … truncated

What it pulls in

Other registry items

  • @shadcncraft/section-heading
  • @shadcncraft/profile-card

Files it writes

  • blocks/pro-marketing/testimonials/testimonials-11/index.tsx

Facts

Registry
shadcncraft
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-07
Last confirmed
today

Go to the source

shadcncraft.com Raw registry item This item as JSON

More from shadcncraft

All 26 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Banner 10 – Inline announcement linkbanner-10shadcncraftBlocksFreeno deps
Benefits 13 – Card grid with section headerbenefits-13shadcncraftBlocksFreeno deps
Contact 11 – Centered form with supporting sidebarcontact-11shadcncraftBlocksFreeno deps
FAQ 4 – Centered accordion with supporting panelfaqs-4shadcncraftBlocksFreeno deps
Footer 4 – Brand-led sitemap footerfooter-4shadcncraftBlocksFree1 dep
Newsletter Signup 5 – Inline callout with contained formnewsletter-signup-5shadcncraftBlocksFreeno deps
Top Navigation 5 – Minimal center-aligned links with inline authtop-navigation-5shadcncraftBlocksFreeno deps

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