Components
Minimal call-to-action section with headline, short description, and dual buttons for sales contact and getting started.
Loading preview...
import { CallToAction } from "@/components/ui/cta-2";
export default function DemoOne() {
return (
<div className="w-full flex min-h-screen items-center justify-center p-4">
<CallToAction />
</div>
);
}