Centered call-to-action bar with bold heading and dual action buttons.
import { CallToAction } from "@/components/ui/cta-1"; export default function DemoOne() { return ( <div className="w-full flex min-h-screen items-center justify-center p-4"> <CallToAction /> </div> ); }
Part of Efferd — browse the full library on 21st.dev.