{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "glassmorphism-cta-block-shadcnui", "type": "registry:block", "title": "Glassmorphism CTA", "description": "Call-to-action section with glassy card, gradient background, and animated buttons", "registryDependencies": [ "button" ], "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/sections/glassmorphism-cta-block.tsx", "content": "\"use client\";\n\nimport { Button } from \"@/components/ui/button\";\nimport { Card } from \"@/components/ui/card\";\n\nexport function GlassmorphismCTABlock() {\n return (\n
\n
\n \n {/* Background decoration */}\n
\n
\n\n
\n

\n Ready to get started?\n

\n

\n Join thousands of teams building better products with our platform\n

\n
\n \n \n Contact Sales\n \n
\n
\n \n
\n
\n );\n}\n", "type": "registry:block", "target": "components/uitripled/glassmorphism-cta-block-shadcnui.tsx" } ] }