import { Button } from '@/components/ui/button'; export default function MaintenanceError() { return (

503

Website is under maintenance!

The site is not available at the moment.
We'll be back online shortly.

); }