{"$schema":"https://ui.shadcn.com/schema/registry-item.json","type":"registry:block","registryDependencies":["button","input-group","@efferd/full-width-divider"],"name":"cta-5","description":"Newsletter subscription section with email input, submit button, and expert avatars for added trust and engagement.","categories":["cta"],"files":[{"path":"registry/blocks/cta/5/cta.tsx","type":"registry:component","content":"import { Button } from \"@/components/ui/button\";\nimport {\n\tInputGroup,\n\tInputGroupAddon,\n\tInputGroupInput,\n} from \"@/components/ui/input-group\";\nimport { FullWidthDivider } from \"@/components/full-width-divider\";\n\nexport function CallToAction() {\n\treturn (\n\t\t<div className=\"relative mx-auto flex w-full max-w-3xl flex-col justify-between gap-y-6 border-x bg-secondary/80 px-2 py-8 md:px-4 dark:bg-secondary/40\">\n\t\t\t<FullWidthDivider className=\"-top-px\" />\n\n\t\t\t<div className=\"space-y-1\">\n\t\t\t\t<h2 className=\"text-center font-semibold text-2xl tracking-tight md:text-4xl\">\n\t\t\t\t\tSubscripe to our newsletter\n\t\t\t\t</h2>\n\t\t\t\t<p className=\"text-balance text-center text-muted-foreground text-sm md:text-base\">\n\t\t\t\t\tGet the latest updates and insights delivered right to your inbox.\n\t\t\t\t</p>\n\t\t\t</div>\n\t\t\t<div className=\"flex items-center justify-center gap-2\">\n\t\t\t\t<InputGroup className=\"max-w-[280px] bg-card\">\n\t\t\t\t\t<InputGroupInput placeholder=\"Enter your email\" />\n\t\t\t\t\t<InputGroupAddon>\n\t\t\t\t\t\t<IconPlaceholder\n\t\t\t\t\t\t\tdata-icon=\"inline-start\"\n\t\t\t\t\t\t\thugeicons=\"AtIcon\"\n\t\t\t\t\t\t\tlucide=\"AtSignIcon\"\n\t\t\t\t\t\t\tphosphor=\"AtIcon\"\n\t\t\t\t\t\t\tremixicon=\"RiAtLine\"\n\t\t\t\t\t\t\ttabler=\"IconAt\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t</InputGroupAddon>\n\t\t\t\t</InputGroup>\n\n\t\t\t\t<Button>\n\t\t\t\t\tSubscribe{\" \"}\n\t\t\t\t\t<IconPlaceholder\n\t\t\t\t\t\tdata-icon=\"inline-end\"\n\t\t\t\t\t\thugeicons=\"ArrowRight02Icon\"\n\t\t\t\t\t\tlucide=\"ArrowRightIcon\"\n\t\t\t\t\t\tphosphor=\"ArrowRightIcon\"\n\t\t\t\t\t\tremixicon=\"RiArrowRightLine\"\n\t\t\t\t\t\ttabler=\"IconArrowRight\"\n\t\t\t\t\t/>\n\t\t\t\t</Button>\n\t\t\t</div>\n\t\t\t<div className=\"flex items-center justify-center gap-2\">\n\t\t\t\t<p className=\"text-muted-foreground text-sm\">\n\t\t\t\t\tWritten by{\" \"}\n\t\t\t\t\t<span className=\"font-medium text-foreground\">real humans</span> (we\n\t\t\t\t\tswear).\n\t\t\t\t</p>\n\t\t\t\t<div className=\"flex -space-x-[0.45rem] *:rounded-full *:ring-2 *:ring-background\">\n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"Avatar 01\"\n\t\t\t\t\t\theight={24}\n\t\t\t\t\t\tsrc=\"https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=72\"\n\t\t\t\t\t\twidth={24}\n\t\t\t\t\t/>\n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"Avatar 02\"\n\t\t\t\t\t\theight={24}\n\t\t\t\t\t\tsrc=\"https://images.unsplash.com/photo-1485206412256-701ccc5b93ca?q=80&w=72\"\n\t\t\t\t\t\twidth={24}\n\t\t\t\t\t/>\n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"Avatar 03\"\n\t\t\t\t\t\theight={24}\n\t\t\t\t\t\tsrc=\"https://images.unsplash.com/photo-1527980965255-d3b416303d12?q=80&w=72\"\n\t\t\t\t\t\twidth={24}\n\t\t\t\t\t/>\n\t\t\t\t\t<img\n\t\t\t\t\t\talt=\"Avatar 04\"\n\t\t\t\t\t\theight={24}\n\t\t\t\t\t\tsrc=\"https://images.unsplash.com/photo-1610216705422-caa3fcb6d158?q=80&w=72\"\n\t\t\t\t\t\twidth={24}\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t<FullWidthDivider className=\"-bottom-px\" />\n\t\t</div>\n\t);\n}\n"}]}