import React from 'react'; import Link from 'next/link'; import styles from './styles.module.css'; export const Page404 = () => { return ( Page Not Found The page you're looking for doesn't exist. Please check the URL or return to the homepage. Go to Homepage ); } function FrownIcon(props) { return ( ); }
The page you're looking for doesn't exist. Please check the URL or return to the homepage.