{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "testimonial-card-demo", "title": "Testimonial Card Demo", "description": "Example showing testimonial cards with three style variants.", "registryDependencies": [ "https://pioneerui.com/r/testimonial-card" ], "files": [ { "path": "registry/example/testimonial-card-demo.tsx", "content": "import { TestimonialCard } from \"../pioneerui/testimonial-card\"\n\nexport default function TestimonialCardDemo() {\n return (\n
\n \n \n \n
\n )\n}\n", "type": "registry:example", "target": "components/testimonial-card-demo.tsx" } ], "type": "registry:example" }