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

\n Ready to Start Your Project?\n

\n\n

\n Let's turn your ideas into reality. Get in touch today and\n let's discuss how we can work together to build something\n amazing.\n

\n\n \n \n\n \n View My Work\n \n \n \n\n \n
\n
\n Available for new projects\n
\n
\n Response time: <24 hours\n
\n \n \n
\n \n \n
\n
\n );\n}\n", "type": "registry:block", "target": "components/uitripled/cta-block-shadcnui.tsx" } ] }