{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"mist-testimonials-5","type":"registry:block","title":"Testimonials 5","description":"Tailark Mist testimonials variant 5 block","meta":{"aspect-ratio":"90/29","width":686,"height":221},"files":[{"path":"mist/blocks/testimonials/five.tsx","type":"registry:component","target":"@components/testimonials-5.tsx","content":"import { Quote } from 'lucide-react'\nimport Image from 'next/image'\n\nexport default function TestimonialSection() {\n    return (\n        <section>\n            <div className=\"bg-muted py-24\">\n                <div className=\"mx-auto w-full max-w-2xl px-6 text-center\">\n                    <div className=\"max-w-xl\">\n                        <Quote className=\"fill-background stroke-background mx-auto size-8 drop-shadow-sm\" />\n                        <blockquote className=\"mt-6\">\n                            <p className=\"text-foreground text-xl\">Using Tailark has been like unlocking a secret design superpower. It's the perfect fusion of simplicity and versatility, enabling us to create UIs that are as stunning as they are user-friendly.</p>\n                            <footer className=\"mt-6 flex flex-col items-center justify-center\">\n                                <div className=\"rounded-(--radius) ring-foreground/10 size-12 border border-transparent shadow ring\">\n                                    <Image\n                                        src=\"https://avatars.githubusercontent.com/u/68236786?v=4\"\n                                        alt=\"Théo Balick\"\n                                        width={56}\n                                        height={56}\n                                        className=\"rounded-(--radius)\"\n                                    />\n                                </div>\n                                <cite className=\"text-foreground mt-2 text-lg font-medium\">Théo Balick</cite>\n                                <span className=\"text-muted-foreground\">@theo_b</span>\n                            </footer>\n                        </blockquote>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n"}]}