+
+ {BLOCK_OPTIONS.map((option) => (
+ handleSelect(option)}
+ whileHover={{ scale: 1.02 }}
+ whileTap={{ scale: 0.98 }}
+ className={`flex flex-col items-center gap-2 p-4 rounded-lg border transition-all ${option.color} hover:brightness-110`}
+ >
+
+ {option.label}
+ {option.description}
+
+ [{option.shortcut}]
+
+
+ ))}
+
+
+
+ {/* Footer hint */}
+