{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "iphone-demo-2",
  "type": "registry:example",
  "title": "iPhone Demo 2",
  "description": "Second example showing an iPhone mockup.",
  "registryDependencies": [
    "@magicui/iphone"
  ],
  "files": [
    {
      "path": "registry/example/iphone-demo-2.tsx",
      "content": "import { Iphone } from \"@/registry/magicui/iphone\"\n\nexport default function Demo() {\n  return (\n    <div className=\"w-[434px]\">\n      <Iphone src=\"https://placehold.co/900x1600?text=Hello+World\" />\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}