import { Button, Container, Group, Text, Title } from '@mantine/core' import classes from './ErrorPage.module.css' function ServiceUnavailable() { return (
503
All of our servers are busy We cannot handle your request right now, please wait for a couple of minutes and refresh the page. Our team is already working on this issue.
) } export default ServiceUnavailable