This component no longer exists. It was in freddy’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
cta-1
freddy/cta-1RemovedBlock
Centered call-to-action bar with bold heading and dual action buttons.
Install it
npx shadcn@latest add https://ui.arkcabin.com/r/cta-1.jsonSource
1import { Button } from "@/components/ui/button";23export function CallToAction() {4 return (5 <div className="relative mx-auto flex w-full max-w-3xl flex-col justify-between border-x md:flex-row">6 <div className="-translate-x-1/2 -top-px pointer-events-none absolute left-1/2 w-screen border-t" />7 <div className="border-b p-4 md:border-b-0">8 <h2 className="text-center font-bold text-lg md:text-left md:text-2xl">9 Let your plans shape the future.10 </h2>11 </div>12 <div className="flex items-center justify-center gap-2 p-4 md:border-l">13 <Button variant="secondary">Contact Sales</Button>14 <Button>Get Started</Button>15 </div>16 <div className="-translate-x-1/2 -bottom-px pointer-events-none absolute left-1/2 w-screen border-b" />17 </div>18 );19}
What it pulls in
Other registry items
