Components
Qreatify homepage command center with greeting, primary actions and prompt chips.
Loading preview...
import QreatifyHomeCommandCenter from "@/components/ui/qreatify-home-command-center";
export default function QreatifyHomeCommandCenterDemo() {
return (
<div className="flex min-h-96 items-center justify-center bg-zinc-950 p-8">
<QreatifyHomeCommandCenter
greeting="Welcome back"
name="Milan"
description="Build a new app, continue from GitHub, or ask the agent to improve an existing project."
/>
</div>
);
}