Testimonials 01
ncdai/testimonials-01UnverifiedBlock
A testimonials section with dual marquees.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/Sumeet011/Portfolio/main/public/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: "@iamncdai is one of the best design engineers!",51 },52 {53 authorAvatar: "https://unavatar.io/x/shadcncraft?v=2",54 authorName: "shadcncraft",55 authorTagline: "shadcncraft.com",56 url: "https://x.com/shadcncraft/status/2017091317244055988",57 quote: "Love your work Dai! You’re a great talent :-)",58 },59 {60 authorAvatar: "https://unavatar.io/x/khushiirl",61 authorName: "khushi.vy",62 authorTagline: "Software Engineer",63 url: "https://x.com/khushiirl/status/2025894411155206168",64// … truncated
What it pulls in
Other registry items
Files it writes
More from ncdai
All 48 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Blog 01blog-01 | ncdai | Blocks | Unverified | 1 dep · 2 files | |
| Blog 02blog-02 | ncdai | Blocks | Unverified | 1 dep · 2 files | |
| Experience 01experience-01 | ncdai | Blocks | Unverified | no deps | |
| Hero 01hero-01 | ncdai | Blocks | Unverified | no deps · 2 files | |
| Login 01login-01 | ncdai | Blocks | Unverified | no deps · 2 files | |
| Metrics 01metrics-01 | ncdai | Blocks | Unverified | 1 dep · 2 files | |
| scroll-fade-effect-block-01scroll-fade-effect-block-01 | ncdai | Blocks | Unverified | no deps | |
| scroll-fade-effect-block-02scroll-fade-effect-block-02 | ncdai | Blocks | Unverified | no deps |
