{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "glassmorphism-hero-block-shadcnui", "type": "registry:block", "title": "Glassmorphism Hero", "description": "Modern hero section with glassmorphism effects, animated background orbs, and CTA buttons", "registryDependencies": [ "button" ], "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/sections/glassmorphism-hero-block.tsx", "content": "\"use client\";\n\nimport { Button } from \"@/components/ui/button\";\nimport { ArrowRight, Sparkles } from \"lucide-react\";\n\nexport function GlassmorphismHeroBlock() {\n return (\n
\n {/* Animated background gradient orbs */}\n
\n
\n \n
\n\n
\n
\n \n Introducing our new platform\n
\n\n

\n Build amazing\n products\n

\n\n

\n The complete platform for building modern applications. Fast, secure,\n and scalable by default.\n

\n\n
\n \n \n View Demo\n \n
\n
\n
\n );\n}\n", "type": "registry:block", "target": "components/uitripled/glassmorphism-hero-block-shadcnui.tsx" } ] }