feat: mentor section on homepage

This commit is contained in:
Julien Froidefond
2025-08-27 11:25:00 +02:00
parent 85a1484c01
commit df1fd24e84
4 changed files with 213 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ export function RadarSection({ radarData }: RadarSectionProps) {
Radar chart représentant votre niveau par catégorie
</p>
</div>
<div className="h-80">
<div className="h-96 pb-8">
<SkillsRadarChart data={radarData} />
</div>
</div>