'use client'; import Link from 'next/link'; import { motion } from 'framer-motion'; export default function Restricted() { // animation cadenas const lockVariants = { locked: { rotate: [0, -10, 10, -10, 10, 0], transition: { duration: 0.5, repeat: 1, repeatDelay: 3 } } }; // animation contenu const contentVariants = { hidden: { opacity: 0, y: 20 }, visible: { opacity: 1, y: 0, transition: { delay: 0.3, duration: 0.6 } } }; return (
Cette zone nécessite une méthode d'accès spéciale. Utilisez le raccourci clavier pour y accéder.
Retour à l'accueil