{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "arc-reveal-hero-demo",
  "type": "registry:example",
  "title": "Arc Reveal Hero Demo",
  "description": "Example of a multilingual greeting cycle followed by a curved black curtain rising to reveal a studio-style landing surface.",
  "registryDependencies": [
    "https://ruixen.com/r/arc-reveal-hero"
  ],
  "files": [
    {
      "path": "registry/example/arc-reveal-hero-demo.tsx",
      "content": "import { ArcRevealHero } from \"@/registry/ruixenui/arc-reveal-hero\";\n\nexport default function ArcRevealHeroDemo() {\n  return (\n    <ArcRevealHero>\n      <div className=\"flex min-h-screen w-full flex-col items-center justify-center gap-5 px-6 text-center\">\n        <h1 className=\"max-w-2xl text-balance text-4xl font-semibold tracking-tight text-foreground sm:text-5xl md:text-6xl\">\n          First we listen. Then we ship.\n        </h1>\n        <p className=\"max-w-md text-balance text-base text-muted-foreground md:text-lg\">\n          A studio for teams who want the quiet kind of software — considered,\n          fast, and built to last.\n        </p>\n        <div className=\"mt-2 flex flex-wrap items-center justify-center gap-3\">\n          <button\n            type=\"button\"\n            className=\"rounded-full bg-foreground px-5 py-2.5 text-sm font-medium text-background transition-colors hover:bg-foreground/90\"\n          >\n            Start a project\n          </button>\n          <button\n            type=\"button\"\n            className=\"rounded-full px-5 py-2.5 text-sm font-medium text-foreground ring-1 ring-border transition-colors hover:bg-muted\"\n          >\n            See our work\n          </button>\n        </div>\n      </div>\n    </ArcRevealHero>\n  );\n}\n",
      "type": "registry:example",
      "target": "components/arc-reveal-hero-demo.tsx"
    }
  ]
}