import React from 'react' import Link from 'next/link' const Custom404 = () => { return (

Oops!

404 - Page not found

The page you are looking for might have been removed had its name changed or is temporarily unavailable.

Go to Homepage
) } export default Custom404