testimonal-03
eldoraui/testimonal-03FreeBlock
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.jsonSource
1import Image from "next/image"23const 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]6162interface TestimonialCardProps {63 quote: string64 name: string65 company: string66 avatar: string67 type: "large-cyan" | "large-light" | "small-dark"68}6970const TestimonialCard = ({71 quote,72 name,73 company,74 avatar,75 type,76}: TestimonialCardProps) => {77// … truncated
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| cta-01cta-01 | eldoraui | Blocks | Free | 2 deps · 2 files | |
| cta-02cta-02 | eldoraui | Blocks | Free | 2 deps · 3 files | |
| cta-03cta-03 | eldoraui | Blocks | Free | 1 dep · 3 files | |
| features-01features-01 | eldoraui | Blocks | Free | 3 deps · 3 files | |
| footer-01footer-01 | eldoraui | Blocks | Free | 1 dep · 3 files | |
| header-01header-01 | eldoraui | Blocks | Free | 3 deps · 5 files | |
| header-02header-02 | eldoraui | Blocks | Free | 3 deps · 2 files | |
| logo-cloud-01logo-cloud-01 | eldoraui | Blocks | Free | 1 dep · 2 files |
