import Head from 'next/head' import { Home } from '@mui/icons-material' import { IconButton } from '@mui/material' import config from '../config' import Title from '../components/title' import Container from '../components/container' export default function NotFoundPage() { return ( 404 | {config.title} 404 | This page could not be found ) }