{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "card-demo",
  "type": "registry:example",
  "title": "Card Demo",
  "description": "Example of the Card component.",
  "registryDependencies": [
    "https://v3cn.vineet.pro/r/card"
  ],
  "files": [
    {
      "path": "registry/v3cn/card/card-demo.tsx",
      "content": "\"use client\";\nimport Image from \"next/image\";\nimport { CardContainer, CardItem } from \"@/components/card\";\n\n\nexport default function Home() {\n  return (\n    <>\n    <div className=\"flex justify-center items-center h-fit py-7  w-full px-2 \">\n      <div className=\"relative cursor-pointer animate-float  md:block mr-8\">\n        <CardContainer className=\" cursor-pointer\">\n          <div className=\"px-8 py-7 max-w-[400px] border-solid gap-5 bg-black flex flex-col justify-start item-center border-2  rounded-2xl\">\n            <CardItem>\n                <Image\n                src=\"https://v3cn.vineet.pro/image/V.png\"\n                alt=\"hvbjn\"\n                width={400}\n                height={400}\n                className=\"rounded-[3rem]\"\n              />\n            </CardItem>\n\n            <div className=\"px-4 flex flex-col justify-center items-start gap-5\">\n              <h1 className=\"text-4xl  text-white font-bold\">V3cn</h1>\n\n              <h4 className=\"text-lg text-white\">\n                Here you will get components which you wont get anywhere.\n              </h4>\n\n              <p className=\"text-purple-400\">Made by Vineet</p>\n            </div>\n          </div>\n        </CardContainer>\n      </div>\n    </div>\n    </>\n    \n  );\n}\n",
      "type": "registry:example",
      "target": "components/card-demo.tsx"
    }
  ]
}