import Link from 'next/link' import Image from 'next/image' import {Container, Typography} from '@mui/material' export default function NotFound() { return ( Logo OKI 404 - La page n’existe pas 😔 Retourner à l’accueil 🏡 ) }