BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/eldoraui/testimonal-03

testimonal-03

eldoraui/testimonal-03
FreeBlock

A testimonial card grid.

Live preview

live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://eldoraui.site/r/testimonal-03.json

Source

registry/blocks/testimonal-03/components/testimonal-03.tsxeldoraui.site/r/testimonal-03.json · first 6 KB
1import Image from "next/image"
2
3const testimonials: TestimonialCardProps[] = [
4 {
5 quote:
6 "The real-time code suggestions from Pointer feel like having a senior engineer reviewing every line of code as you write. The accuracy of its recommendations has improved our overall code quality, reduced review time.",
7 name: "Annette Black",
8 company: "Sony",
9 avatar: "https://avatar.vercel.sh/annette",
10 type: "large-cyan",
11 },
12 {
13 quote:
14 "Integrating Pointer into our stack was smooth, and the MCP server connections saved us days of configuration work",
15 name: "Dianne Russell",
16 company: "McDonald's",
17 avatar: "https://avatar.vercel.sh/russell",
18 type: "small-dark",
19 },
20 {
21 quote:
22 "Pointer’s multi-agent coding feature has been a game changer. We’re fixing complex bugs in hours instead of spending entire sprints on them.",
23 name: "Cameron Williamson",
24 company: "IBM",
25 avatar: "https://avatar.vercel.sh/cameron",
26 type: "small-dark",
27 },
28 {
29 quote:
30 "We no longer juggle multiple tools. Pointer brought all our integrations together in one place, which simplified our entire workflow.",
31 name: "Robert Fox",
32 company: "MasterCard",
33 avatar: "https://avatar.vercel.sh/robert",
34 type: "small-dark",
35 },
36 {
37 quote:
38 "We started with the free plan just to test it out, but within a week we upgraded to Pro. Now, we can’t imagine coding without it",
39 name: "Darlene Robertson",
40 company: "Ferrari",
41 avatar: "https://avatar.vercel.sh/darlene",
42 type: "small-dark",
43 },
44 {
45 quote:
46 "Collaborative coding feels effortless now. With Pointer’s real-time previews, pair programming has become faster and more productive.",
47 name: "Cody Fisher",
48 company: "Apple",
49 avatar: "https://avatar.vercel.sh/cody",
50 type: "small-dark",
51 },
52 {
53 quote:
54 "Deploying on Vercel with Pointer was not just simple, it felt seamless. We went from coding to seeing our changes live in minutes without worrying about build pipelines or configuration issues.",
55 name: "Albert Flores",
56 company: "Louis Vuitton",
57 avatar: "https://avatar.vercel.sh/louis",
58 type: "large-light",
59 },
60]
61
62interface TestimonialCardProps {
63 quote: string
64 name: string
65 company: string
66 avatar: string
67 type: "large-cyan" | "large-light" | "small-dark"
68}
69
70const TestimonialCard = ({
71 quote,
72 name,
73 company,
74 avatar,
75 type,
76}: TestimonialCardProps) => {
77// … truncated

Files it writes

  • registry/blocks/testimonal-03/page.tsx
  • registry/blocks/testimonal-03/components/testimonal-03.tsx

Facts

Registry
eldoraui
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
First indexed
2026-08-03
Last confirmed
today

Go to the source

Docs on eldoraui eldoraui.site karthikmudunuri/eldoraui on GitHub Raw registry item This item as JSON

More from eldoraui

All 115 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
cta-01cta-01eldorauiBlocksFree2 deps · 2 files
cta-02cta-02eldorauiBlocksFree2 deps · 3 files
cta-03cta-03eldorauiBlocksFree1 dep · 3 files
features-01features-01eldorauiBlocksFree3 deps · 3 files
footer-01footer-01eldorauiBlocksFree1 dep · 3 files
header-01header-01eldorauiBlocksFree3 deps · 5 files
header-02header-02eldorauiBlocksFree3 deps · 2 files
logo-cloud-01logo-cloud-01eldorauiBlocksFree1 dep · 2 files
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex