import React from 'react'; import { Typography } from "@mui/material"; import Box from '@mui/material/Box'; import Link from 'next/link'; import Button from "@mui/material/Button"; export default function ErrorPage() { return ( <> error Oops!! The page you are looking for doesn't exist! The page you are looking for might have been removed had its name changed or is temporarily unavailable. ); }