A centered, bordered CTA card on a muted panel with a heading, subtext, and primary and outline action buttons for marketing pages.
import CtaBlock from "@/components/ui/cta-2"; export default function Default() { return <CtaBlock />; }