+ {screenshots.map((shot, i) => (
+
+ {shot.src ? (
+
+ ) : (
+
+
+
+ {shot.label}
+
+
+ )}
+
+ {/* Subtle gradient + label on hover for real screenshots */}
+ {shot.src && (
+ <>
+
+
+ {shot.label}
+
+ >
+ )}
+
+ {/* WIP badge */}
+
+
+ WIP
+
+
+
+ ))}
+