{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"veil-testimonials-3","type":"registry:block","title":"Testimonials 3","description":"Tailark Veil testimonials variant 3 block","meta":{"aspect-ratio":"9/2","width":686,"height":152},"files":[{"path":"veil/blocks/testimonials/three.tsx","type":"registry:component","target":"@components/testimonials-3.tsx","content":"import Image from 'next/image'\n\nexport default function Testimonials() {\n    return (\n        <section className=\"bg-background @container py-24\">\n            <div className=\"mx-auto max-w-2xl px-6\">\n                <div className=\"relative pl-6\">\n                    <div className=\"bg-primary absolute inset-0 w-0.5 rounded-full\"></div>\n                    <p className=\"text-foreground text-balance text-xl\">Tailark has been a game-changer for our team. It has helped us to build a modern and scalable web application.</p>\n\n                    <div className=\"mt-8 flex items-center gap-3\">\n                        <div className=\"before:border-foreground/10 relative size-10 shrink-0 rounded-full before:absolute before:inset-0 before:rounded-full before:border\">\n                            <Image\n                                src=\"https://avatars.githubusercontent.com/u/68236786?v=4\"\n                                alt=\"Theo Balick\"\n                                className=\"rounded-full object-cover\"\n                                width={40}\n                                height={40}\n                            />\n                        </div>\n                        <div className=\"space-y-0.5\">\n                            <p className=\"text-muted-foreground text-sm font-medium\">Théo Balick</p>\n                            <p className=\"text-muted-foreground text-xs\">Founder, CEO - Acme</p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n"}]}