import { NextPage } from "next"; import Head from "next/head"; import Clock from "@/components/icons/clock.svg"; import Logo from "../public/logo.svg"; const Maintenance: NextPage = () => { return (
Down for maintenance - Be right back
The site is currently down for some maintenance and will be back shortly…
); }; export default Maintenance;