{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "testimonials-01",
  "title": "Centered single quote",
  "description": "One serif quote, five stars and an avatar — the bread-and-butter testimonial band.",
  "dependencies": [
    "lucide-react"
  ],
  "files": [
    {
      "path": "content/components/testimonials/testimonials-01.tsx",
      "content": "import { Star } from \"lucide-react\"\n\nexport default function Testimonials01() {\n  return (\n    <section className=\"bg-background py-20 sm:py-28\">\n      <div className=\"mx-auto max-w-3xl px-6 sm:px-10\">\n        <figure className=\"flex flex-col items-center gap-7 text-center\">\n          <div className=\"flex items-center gap-1 text-amber-500\">\n            {[...Array(5)].map((_, i) => (\n              <Star key={i} className=\"size-4 fill-current\" />\n            ))}\n          </div>\n          <blockquote\n            className=\"text-balance text-foreground\"\n            style={{\n              fontFamily: \"ui-serif, Georgia, serif\",\n              fontSize: \"clamp(1.5rem, 3vw, 2.25rem)\",\n              letterSpacing: \"-0.015em\",\n              lineHeight: 1.22,\n            }}\n          >\n            &ldquo;blockus is the missing layer between a Figma file and a\n            production page. We replaced four engineers&rsquo; worth of marketing\n            scaffolding in a weekend.&rdquo;\n          </blockquote>\n          <figcaption className=\"flex items-center gap-3\">\n            <span\n              aria-hidden\n              className=\"size-11 rounded-full ring-2 ring-border\"\n              style={{\n                background:\n                  \"conic-gradient(from 0deg, #fbbf24, #f43f5e, #6366f1, #fbbf24)\",\n              }}\n            />\n            <div className=\"flex flex-col items-start leading-tight\">\n              <span className=\"text-sm font-medium text-foreground\">\n                Karri Saarinen\n              </span>\n              <span className=\"text-xs text-muted-foreground\">\n                Design Engineer · Linear\n              </span>\n            </div>\n          </figcaption>\n        </figure>\n      </div>\n    </section>\n  )\n}\n",
      "type": "registry:block",
      "target": "components/blocks/testimonials-01.tsx"
    }
  ],
  "categories": [
    "testimonials"
  ],
  "type": "registry:block"
}