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