import Head from "next/head"; /** * Rendered in case if we have 404 error */ const NotFound = (): JSX.Element => ( <> 404: NotFound

Page not found

This page does not exist.

Go to the Home page
); export default NotFound;