export const mockRecentActivities = [ { id: "1", type: "material_received", title: "Malzeme Girişi", description: "MAT-001 - Çelik Levha 500 KG alındı", timestamp: new Date("2024-01-20T10:30:00"), user: "Mehmet Özkan", status: "completed", }, { id: "2", type: "maintenance_scheduled", title: "Bakım Planlandı", description: "EQP-005 - Tornezgah için periyodik bakım", timestamp: new Date("2024-01-20T09:15:00"), user: "Ali Yılmaz", status: "pending", }, { id: "3", type: "order_created", title: "Sipariş Oluşturuldu", description: "PO-2024-025 - Motor satınalma siparişi", timestamp: new Date("2024-01-20T08:45:00"), user: "Ayşe Kaya", status: "processing", }, ];