Components
Qreatify agent template card for 21st, Qreatify and operations agent presets.
Loading preview...
import QreatifyAgentTemplateCard from "@/components/ui/qreatify-agent-template-card";
export default function QreatifyAgentTemplateCardDemo() {
return (
<div className="grid max-w-2xl gap-3 bg-zinc-950 p-6 md:grid-cols-2">
<QreatifyAgentTemplateCard />
<QreatifyAgentTemplateCard
name="Lead qualification agent"
role="Sales intake"
source="Qreatify"
group="Operations"
description="Scores new leads, asks missing questions, and routes qualified leads."
/>
</div>
);
}