import Router from 'next/router' import { Box, Heading, Text, Button } from '@chakra-ui/react' export default function NotFound() { return ( 404 Page Not Found The page you're looking for does not seem to exist ) }