An interactive CI/CD pipeline protocol checklist depicting git clone, install, build, and deploy stages with custom animated status icons.
import DeploymentChecklist from "@/components/ui/great-ui-deployment-checklist" export default function DeploymentChecklistPreview() { return <div className="flex w-full items-center justify-center p-6"><DeploymentChecklist /></div> }