{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "simple-hero-with-content-bottom", "type": "registry:block", "title": "Simple Hero with Content Bottom", "description": "A simple hero section with content at the bottom", "dependencies": [ "motion" ], "registryDependencies": [ "utils", "button" ], "files": [ { "path": "registry/default/blocks/hero-sections/simple-hero-with-content-bottom.tsx", "content": "import { Button } from '@/registry/default/ui/button'\r\nimport { motion as m } from 'motion/react'\r\n\r\nexport default function Hero() {\r\n return (\r\n
\r\n
\r\n \r\n\r\n \r\n Beta has Launched\r\n \r\n\r\n \r\n Simplicity is very{' '}\r\n Effective\r\n \r\n \r\n Simplicity is living a life that is less hectic and shallow.\r\n When you understand simplicity, you begin to have an\r\n appreciation for things\r\n \r\n \r\n \r\n \r\n
\r\n\r\n {/* Pattern overlay */}\r\n
\r\n\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n
\r\n )\r\n}\r\n", "type": "registry:component", "target": "components/hero.tsx" } ] }