{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "about-01",
  "title": "Simple about with side image",
  "description": "Two-column layout — headline and two body paragraphs left, image placeholder right. Clean entry point for any company story section.",
  "files": [
    {
      "path": "content/components/about/about-01.tsx",
      "content": "export default function About01() {\n  return (\n    <section className=\"bg-background py-20 sm:py-28\">\n      <div className=\"mx-auto max-w-5xl px-6 sm:px-10\">\n        <div className=\"grid grid-cols-1 gap-12 md:grid-cols-2 md:gap-16 md:items-center\">\n          {/* Copy */}\n          <div>\n            <span className=\"font-mono text-[11px] uppercase tracking-widest text-muted-foreground\">\n              About\n            </span>\n            <h2 className=\"mt-3 text-balance text-3xl font-semibold tracking-tight text-foreground sm:text-4xl\">\n              Built to ship, not to demo.\n            </h2>\n            <p className=\"mt-5 text-base text-muted-foreground text-pretty leading-relaxed\">\n              blockus started from a frustration: every time we kicked off a new\n              project, we rebuilt the same sections from scratch. Heroes, pricing\n              tables, footers — each one taking hours to reach production quality.\n              We decided to fix that once, properly.\n            </p>\n            <p className=\"mt-4 text-base text-muted-foreground text-pretty leading-relaxed\">\n              Every block here is the real thing — responsive, accessible, dark-mode\n              ready, and built on shadcn/ui so it integrates with your existing\n              design system on the first try. Drop it in. Swap the copy. Ship.\n            </p>\n          </div>\n\n          {/* Image placeholder */}\n          <div className=\"overflow-hidden rounded-2xl bg-muted aspect-[4/3] w-full\" />\n        </div>\n      </div>\n    </section>\n  )\n}\n",
      "type": "registry:block",
      "target": "components/blocks/about-01.tsx"
    }
  ],
  "categories": [
    "about"
  ],
  "type": "registry:block"
}