"use client"; import { motion } from "framer-motion"; import Link from "next/link"; export default function NotFound() { return (
🤔

404

Cette page n'existe pas

Retour à l'accueil
); }