'use client'; import { motion, Variants } from 'framer-motion'; import Link from 'next/link'; import { Home, RefreshCcw, Building2, Ruler, HardHat } from 'lucide-react'; import { Button } from '@/components/ui/button'; export default function NotFound() { const containerVariants: Variants = { initial: { opacity: 0, y: 20 }, animate: { opacity: 1, y: 0 }, }; const bounceVariants: Variants = { initial: { y: 0 }, animate: { y: [-20, 0], transition: { duration: 0.6, repeat: Infinity, repeatType: 'mirror' as const, ease: 'easeInOut', }, }, }; const spinVariants: Variants = { initial: { rotate: 0 }, animate: { rotate: 360, transition: { duration: 2, repeat: Infinity, ease: 'linear', }, }, }; return (
Похоже, эта страница нуждается в серьёзном обследовании и ремонте.
Наши эксперты уже работают над этим!
• Страница не обнаружена на сервере
• Требуется комплексное обследование
• Рекомендуется вернуться на главную