feat: mentor section on homepage
This commit is contained in:
11
app/page.tsx
11
app/page.tsx
@@ -9,6 +9,7 @@ import {
|
||||
ActionSection,
|
||||
ClientWrapper,
|
||||
WelcomeScreen,
|
||||
MentorSection,
|
||||
} from "@/components/home";
|
||||
|
||||
export default async function HomePage() {
|
||||
@@ -51,8 +52,14 @@ export default async function HomePage() {
|
||||
|
||||
{/* Main Content Grid */}
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8">
|
||||
{/* Radar Chart */}
|
||||
<RadarSection radarData={radarData} />
|
||||
{/* Left Column: Radar + Mentor */}
|
||||
<div className="space-y-8">
|
||||
<RadarSection radarData={radarData} />
|
||||
<MentorSection
|
||||
userEvaluation={userEvaluation}
|
||||
skillCategories={skillCategories}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Category Breakdown */}
|
||||
<CategoryBreakdown
|
||||
|
||||
Reference in New Issue
Block a user