BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/SmoothUI Registry/testimonials-3

Testimonials 3

smoothui-registry/testimonials-3
FreeBlock

Star testimonials block with grid layout

Install it

npx shadcn@latest add https://www.smoothui.dev/r/testimonials-3.json

Source

index.tsxwww.smoothui.dev/r/testimonials-3.json · first 6 KB
1"use client";
2
3import {
4 Avatar,
5 AvatarFallback,
6 AvatarImage,
7} from "@/components/ui/avatar";
8import { cn } from "@/lib/utils";
9import { getAvatarUrl, getTestimonials } from "@/lib/smoothui-data";
10import { Star } from "lucide-react";
11import { motion, useReducedMotion } from "motion/react";
12
13const testimonials = getTestimonials(4);
14
15export function TestimonialsStars() {
16 const shouldReduceMotion = useReducedMotion();
17 return (
18 <section>
19 <div className="py-24">
20 <div className="container mx-auto w-full max-w-5xl px-6">
21 <motion.div
22 animate={shouldReduceMotion ? { opacity: 1 } : { opacity: 1, y: 0 }}
23 className="mb-12"
24 initial={
25 shouldReduceMotion ? { opacity: 1 } : { opacity: 0, y: 20 }
26 }
27 transition={
28 shouldReduceMotion
29 ? { duration: 0 }
30 : { duration: 0.6, ease: [0.22, 1, 0.36, 1] }
31 }
32 >
33 <h2 className="font-semibold text-4xl text-foreground">
34 Developer Reviews
35 </h2>
36 <p className="my-4 text-balance text-lg text-muted-foreground">
37 See what the community is saying about SmoothUI. Real feedback
38 from developers building amazing user experiences.
39 </p>
40 </motion.div>
41
42 <motion.div
43 animate={shouldReduceMotion ? { opacity: 1 } : { opacity: 1 }}
44 className="grid 3xl:grid-cols-3 3xl:gap-12 gap-6 lg:grid-cols-2"
45 initial={shouldReduceMotion ? { opacity: 1 } : { opacity: 0 }}
46 transition={
47 shouldReduceMotion
48 ? { duration: 0 }
49 : { delay: 0.2, duration: 0.6, ease: [0.22, 1, 0.36, 1] }
50 }
51 >
52 {testimonials.map((testimonial, index) => (
53 <motion.div
54 animate={
55 shouldReduceMotion ? { opacity: 1 } : { opacity: 1, y: 0 }
56 }
57 className="group rounded-2xl border border-transparent px-4 py-3 duration-200 hover:border-border hover:bg-background/50"
58 initial={
59 shouldReduceMotion ? { opacity: 1 } : { opacity: 0, y: 30 }
60 }
61 key={testimonial.name}
62 transition={
63 shouldReduceMotion
64 ? { duration: 0 }
65 : {
66 delay: index * 0.15,
67// … truncated

What it pulls in

npm packages

  • lucide-react
  • motion

Other registry items

  • avatar
  • https://smoothui.dev/r/data.json

Files it writes

  • index.tsx

Facts

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

Go to the source

www.smoothui.dev educlopez/smoothui on GitHub Raw registry item This item as JSON

More from SmoothUI Registry

All 178 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Chat Templatechat-templateSmoothUI RegistryBlocksFree2 deps · 4 files
Cta 1cta-1SmoothUI RegistryBlocksFree1 dep
Cta 2cta-2SmoothUI RegistryBlocksFree1 dep
Cta 3cta-3SmoothUI RegistryBlocksFree1 dep
Faq 1faq-1SmoothUI RegistryBlocksFree2 deps
Faq 2faq-2SmoothUI RegistryBlocksFree1 dep
Faq 3faq-3SmoothUI RegistryBlocksFree2 deps
Faq 4faq-4SmoothUI RegistryBlocksFree2 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