+ {/* Header */}
+
+ DASHBOARD
+
+
+
+
+
+
+ Personnage
+
+
+ Compte
+
+
+ Team
+
+
+
+
+
+ {/* Widget Grid */}
+
+ {/* Comptes Card */}
+
+
+ {/* Personnages Card */}
+
+
+ {/* Teams Card */}
+
+ 87% complete
+
+
+ }
+ linkText="Voir tout"
+ />
+
+ {/* Monnaies Card - spans 2 columns on desktop */}
+
+
+
+
+
+
+ {currencies.map((currency) => (
+
+
{currency.name}
+
+ {currency.amount}
+
+
+ ))}
+
+
+
+
+
+
+
+ {/* Progressions Card */}
+
+
+
+
+
+
+
+ Progressions
+
+
+
+
+ {progressions.map((prog) => (
+
+
+ {prog.label}
+ {prog.value}%
+
+
+
+ ))}
+
+
+
+
+
+
+
+ {/* Quick Actions Section */}
+