import { Compass, Home } from 'lucide-react'; import Link from 'next/link'; import { Button } from '@/components/ui/button'; import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyTitle, } from '@/components/ui/empty'; export default function NotFound() { return (
404 La page que vous recherchez a peut-être été
déplacée ou n'existe plus.
); }