Components
Modern call-to-action card with rounded edges, subtle shadow, and dual buttons for contacting sales or getting started.
Loading preview...
import { CallToAction } from "@/components/ui/cta-4";
export default function DemoOne() {
return (
<div className="w-full flex min-h-screen items-center justify-center p-4">
<CallToAction />
</div>
);
}