{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cta-5", "type": "registry:block", "description": "Newsletter subscription section with email input, submit button, and expert avatars for added trust and engagement.", "registryDependencies": [ "button", "input-group" ], "files": [ { "path": "registry/blocks/cta/5/cta.tsx", "content": "import { ArrowRightIcon, AtSignIcon } from \"lucide-react\";\nimport { Button } from \"@/components/ui/button\";\nimport {\n InputGroup,\n InputGroupAddon,\n InputGroupInput,\n} from \"@/components/ui/input-group\";\n\nexport function CallToAction() {\n return (\n
\n
\n\n
\n

\n Subscripe to our newsletter\n

\n

\n Get the latest updates and insights delivered right to your inbox.\n

\n
\n
\n \n \n \n \n \n \n\n \n
\n
\n

\n Written by{\" \"}\n real humans (we\n swear).\n

\n
\n \n \n \n \n
\n
\n\n
\n
\n );\n}\n", "type": "registry:component" } ], "meta": { "height": "40vh" }, "categories": [ "cta" ] }