Components
Qreatify project app card for recent apps, template shelves and workspace project lists.
Loading preview...
import QreatifyProjectAppCard from "@/components/ui/qreatify-project-app-card";
export default function QreatifyProjectAppCardDemo() {
return (
<div className="max-w-md bg-zinc-950 p-6">
<QreatifyProjectAppCard
name="Mini portfolio website"
description="Dark hero, responsive sections, custom contact flow and deploy-ready preview."
editedAt="Edited just now"
conversations={4}
status="preview"
/>
</div>
);
}