+ {/* Background blur element */}
+
+
+ {/* Incoming Complaint Card - Top Left */}
+
setHoveredCard('incoming')}
+ onHoverEnd={() => setHoveredCard(null)}
+ whileHover={{
+ y: -8,
+ boxShadow: '0 20px 50px rgba(16, 185, 129, 0.25)'
+ }}
+ transition={{ type: 'spring', stiffness: 300, damping: 30 }}
+ >
+
+
+
+ Incoming
+
+
2m ago
+
+
+
S
+
+
Sarah Connors
+
sarah@uni.edu
+
+
+
+ "Hey, WiFi in Lab 3 is down. Class in 20 mins. URGENT!"
+
+
+
+ {/* Arrow indicator */}
+
+
+
+
+ {/* AI Processing Card - Center */}
+
setHoveredCard('processing')}
+ onHoverEnd={() => setHoveredCard(null)}
+ whileHover={{
+ y: -12,
+ boxShadow: '0 30px 60px rgba(5, 200, 140, 0.2)'
+ }}
+ transition={{ type: 'spring', stiffness: 300, damping: 30 }}
+ >
+
+
+
+
+
Processing
+
AI Transformation
+
+
+
+
+ {/* Generated Ticket Card - Bottom Right */}
+
setHoveredCard('ticket')}
+ onHoverEnd={() => setHoveredCard(null)}
+ whileHover={{
+ y: -10,
+ boxShadow: '0 25px 50px rgba(16, 185, 129, 0.2)'
+ }}
+ transition={{ type: 'spring', stiffness: 300, damping: 30 }}
+ >
+
+
+ #T-4029
+ Resolved
+
+
+
+
+
+
+
+
WiFi Connectivity Issue
+
+ Created 1m ago โข via Email
+
+
+
+
+
+
+ Category
+
+
Network
+
+
+
+ Location
+
+
Lab 3 (Downstairs)
+
+
+
+
+
+
+ {/* Subtle floating particle accents */}
+
+
+
+