{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "animated-gradient-text",
  "type": "registry:component",
  "title": "Animated Gradient Text",
  "author": "Toby Belhome",
  "description": "Discover the allure of animated gradient text, a dynamic UI component that enhances user engagement with smooth color transitions.",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "examples/motion/text-effects/animated-gradient-text/01/page.tsx",
      "content": "export default function Page() {\n  return (\n    <div className=\"animate-text-gradient font-heading inline-flex bg-linear-to-r from-[#ACACAC] via-[#363636] to-[#ACACAC] bg-[200%_auto] bg-clip-text text-3xl text-transparent\">\n      I am thinking...\n    </div>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/animated-gradient-text.tsx"
    }
  ],
  "meta": {
    "isPro": false
  }
}