import Head from 'next/head'; import NextLink from 'next/link'; import ArrowLeftIcon from '@heroicons/react/24/solid/ArrowLeftIcon'; import { Box, Button, Container, SvgIcon, Typography } from '@mui/material'; const Page = () => ( <> 404 | Devias Kit Under development 404: The page you are looking for isn’t here You either tried some shady route or you came here by mistake. Whichever it is, try using the navigation ); export default Page;