{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "testimonials-09",
  "title": "Single centered quote with avatar",
  "description": "One oversized bold quote centered on the page with an avatar above the stars — maximum focus, minimum distraction.",
  "dependencies": [
    "lucide-react"
  ],
  "files": [
    {
      "path": "content/components/testimonials/testimonials-09.tsx",
      "content": "import { Star } from \"lucide-react\"\n\nexport default function Testimonials09() {\n  return (\n    <section className=\"bg-background py-20 sm:py-28\">\n      <div className=\"mx-auto max-w-2xl px-6 sm:px-10\">\n        <figure className=\"flex flex-col items-center gap-8 text-center\">\n          {/* eslint-disable-next-line @next/next/no-img-element */}\n          <img\n            src=\"https://i.pravatar.cc/128?img=11\"\n            alt=\"Sara Lindström\"\n            className=\"size-16 rounded-full ring-4 ring-border\"\n          />\n          <div className=\"flex items-center gap-1 text-amber-500\">\n            {[...Array(5)].map((_, i) => (\n              <Star key={i} className=\"size-5 fill-current\" />\n            ))}\n          </div>\n          <blockquote\n            className=\"text-balance text-foreground\"\n            style={{\n              fontSize: \"clamp(1.75rem, 4vw, 2.75rem)\",\n              fontWeight: 600,\n              letterSpacing: \"-0.025em\",\n              lineHeight: 1.15,\n            }}\n          >\n            &ldquo;Shipped our entire marketing site in four days. Every block\n            dropped straight into our existing Tailwind setup without a single\n            token conflict.&rdquo;\n          </blockquote>\n          <figcaption className=\"flex flex-col items-center gap-1\">\n            <span className=\"text-base font-semibold text-foreground\">\n              Sara Lindström\n            </span>\n            <span className=\"text-sm text-muted-foreground\">\n              Lead Frontend Engineer · Supabase\n            </span>\n          </figcaption>\n        </figure>\n      </div>\n    </section>\n  )\n}\n",
      "type": "registry:block",
      "target": "components/blocks/testimonials-09.tsx"
    }
  ],
  "categories": [
    "testimonials"
  ],
  "type": "registry:block"
}