Components
A modern and responsive Scheduled Maintenance Card that displays real-time maintenance progress, status, and expected completion time. Includes animated text, progress bar, and user action buttons for notifications or status checks. Perfect for keeping users informed during downtime.
Loading preview...
import { Component } from "@/components/ui/scheduled-maintenance-card";
export default function DemoOne() {
return <Component />;
}