'use client'; import { motion } from 'framer-motion'; import { AlertTriangle, RefreshCw, Home } from 'lucide-react'; import Link from 'next/link'; export default function Error({ error, reset }) { return (

حدث خطأ

نعتذر، حدث خطأ أثناء تحميل الصفحة

الرئيسية
); }