Creative Tim UICreative Tim UI

Maintenance Page Blocks based on shadcn/ui

Files
app/simple-maintenance-block/page.tsx
import SimpleMaintenanceBlock from "@/components/creative-tim/blocks/simple-maintenance-block"

export default function Page() {
  return <SimpleMaintenanceBlock />
}
Simple maintenance page with warning icon
simple-maintenance-block

System Upgrade in Progress

Our team of administrators is currently conducting scheduled maintenance.

import SimpleMaintenanceBlock from "@/components/creative-tim/blocks/simple-maintenance-block"

export default function Page() {
  return <SimpleMaintenanceBlock />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Maintenance page with settings gear icon
maintenance-block-with-icon

We're currently undergoing maintenance to improve your experience.

Please bear with us while we make these enhancements. We'll be back shortly. Thank you for your patience!

import MaintenanceBlockWithIcon from "@/components/creative-tim/blocks/maintenance-block-with-icon"

export default function Page() {
  return <MaintenanceBlockWithIcon />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Maintenance page with email notification signup
maintenance-block-with-email-input

Creative Tim UI

Under Maintenance

Website Undergoing Updates

We're currently performing scheduled maintenance to improve your experience. We'll be back online shortly. Leave your email to be notified when we're live again.

We appreciate your patience and understanding.

import MaintenanceBlockWithEmailInput from "@/components/creative-tim/blocks/maintenance-block-with-email-input"

export default function Page() {
  return <MaintenanceBlockWithEmailInput />
}