website cleanup

This commit is contained in:
2025-12-24 14:01:52 +01:00
parent a7aee42409
commit 9b683a59d3
65 changed files with 880 additions and 745 deletions

View File

@@ -3,7 +3,7 @@
import { useState, FormEvent, type ChangeEvent } from 'react';
import { useRouter, useSearchParams } from 'next/navigation';
import Link from 'next/link';
import { motion, AnimatePresence } from 'framer-motion';
import { motion } from 'framer-motion';
import {
Mail,
Lock,
@@ -12,11 +12,7 @@ import {
LogIn,
AlertCircle,
Flag,
ArrowRight,
Gamepad2,
Car,
Users,
Trophy,
Shield,
ChevronRight,
} from 'lucide-react';