Testimonials 01
lyminhnghia/testimonials-01FreeBlock
A testimonials section with dual marquees.
Install it
npx shadcn@latest add https://lyminhnghia.github.io/r/testimonials-01.jsonSource
1import type { TestimonialType } from "@/registry/blocks/testimonials-01/components/testimonial-list"2import { TestimonialList } from "@/registry/blocks/testimonials-01/components/testimonial-list"34export default function Testimonials01() {5 return (6 <div className="flex flex-col gap-2 [&_.rfm-initial-child-container]:items-stretch! [&_.rfm-marquee]:items-stretch!">7 <TestimonialList data={TESTIMONIALS_1} />8 <TestimonialList data={TESTIMONIALS_2} direction="right" />9 </div>10 )11}1213const TESTIMONIALS_1: TestimonialType[] = [14 {15 authorAvatar: "https://unavatar.io/x/kapehe_ok",16 authorName: "Kap",17 authorTagline: "Head of Developer Community @Vercel",18 url: "https://x.com/kapehe_ok/status/1948104774358106612",19 quote: "one of my favorite projects that submitted! you are crushing it!",20 },21 {22 authorAvatar: "https://unavatar.io/x/rauchg",23 authorName: "Guillermo Rauch",24 authorTagline: "CEO @Vercel",25 url: "https://x.com/rauchg/status/1978913158514237669",26 quote:27 "awesome. Love the components, especially slide-to-unlock. Great job",28 },29 {30 authorAvatar: "https://unavatar.io/x/iamsahaj_xyz",31 authorName: "Sahaj",32 authorTagline: "Creator of tweakcn.com",33 url: "https://x.com/iamsahaj_xyz/status/1982814244501381239",34 quote:35 "remember seeing it on @mannupaaji's review. it's one of the best looking ones I've seen",36 },37 {38 authorAvatar: "https://unavatar.io/x/FrancescoCiull4",39 authorName: "Francesco Ciulla",40 authorTagline: "Developer Advocate @daily.dev",41 url: "https://x.com/FrancescoCiull4/status/2006332479536529608",42 quote:43 "your portfolio is stunning. i created mine some weeks ago but this is another planet.",44 },45 {46 authorAvatar: "https://unavatar.io/x/orcdev",47 authorName: "OrcDev",48 authorTagline: "Creator of 8bitcn.com",49 url: "https://x.com/orcdev/status/2011373509310878010",50 quote:51 "One of the best design-engineering portfolios out there—polished and purposeful.",52 },53 {54 authorAvatar: "https://unavatar.io/x/shadcncraft?v=2",55 authorName: "shadcncraft",56 authorTagline: "shadcncraft.com",57 url: "https://x.com/shadcncraft/status/2017091317244055988",58 quote: "Love your work—great talent and attention to detail.",59 },60 {61 authorAvatar: "https://unavatar.io/x/khushiirl",62 authorName: "khushi.vy",63 authorTagline: "Software Engineer",64// … truncated
What it pulls in
Other registry items
Files it writes
More from lyminhnghia
All 26 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Blog 01blog-01 | lyminhnghia | Blocks | Free | 1 dep · 2 files | |
| Blog 02blog-02 | lyminhnghia | Blocks | Free | 1 dep · 2 files | |
| Hero 01hero-01 | lyminhnghia | Blocks | Free | no deps · 2 files | |
| Login 01login-01 | lyminhnghia | Blocks | Free | no deps · 2 files |
