{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "background-1",
  "title": "Background 1",
  "files": [
    {
      "path": "src/registry/backgrounds/lyra/Background1.jsx",
      "content": "<div className=\"fixed inset-0 overflow-hidden top-0 left-0\">\n  <div className=\"absolute -top-1/2 -left-1/2 w-full h-full bg-gradient-to-r from-gray-800/10 to-blue-400/10 rotate-12 animate-pulse\"></div>\n  <div className=\"absolute -bottom-1/2 -right-1/2 w-full h-full bg-gradient-to-l from-blue-300/10 to-gray-700/10 -rotate-12 animate-pulse\"></div>\n</div>\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}