{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "testimonials-section-1", "title": "Testimonials Section 1", "description": "Customer testimonial with avatar and quote", "registryDependencies": [ "avatar", "https://shadcndesign-free.vercel.app/r/styles.json" ], "files": [ { "path": "components/pro-blocks/landing-page/testimonials-sections/testimonials-section-1.tsx", "content": "\"use client\";\n\nimport { Avatar, AvatarImage } from \"@/components/ui/avatar\";\n\nexport function TestimonialsSection1() {\n return (\n \n
\n \n "Shadcn UI Kit for Figma has completely transformed our design\n process. It's incredibly intuitive and saves us so much time. The\n components are beautifully crafted and customizable."\n \n\n
\n \n \n \n\n
\n Lando Norris\n \n CEO at Acme Inc.\n
\n
\n
\n \n );\n}\n", "type": "registry:component", "target": "components/pro-blocks/landing-page/testimonials-sections/testimonials-section-1.tsx" } ], "type": "registry:component" }