import Link from "next/link"; export default function MaintenancePage() { return (
{/* Animated background */}
{/* Maintenance Icon */}
{/* Heading */}

Under Maintenance

We're making improvements to serve you better.

{/* Info box */}
Expected back shortly

Our team is working on some exciting updates. We'll be back online shortly.

{/* Contact */}

Need urgent assistance?

Email Support Contact Us
{/* Social updates */}

Follow for updates:

); }