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