diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 4b9296f3..e813619b 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -702,9 +702,9 @@ export default function Community() { const devConnectHighlights = [ { - title: "Unified Creator Profiles", + title: "Unified Developer Profiles", description: - "Showcase your AeThex achievements, GitHub contributions, and live projects in one public hub.", + "Showcase your AeThex achievements, GitHub contributions, and live projects in one public developer hub.", icon: Users, }, { @@ -836,7 +836,7 @@ export default function Community() { { id: "portfolio", title: "Unified Portfolio", - description: "Link GitHub, AeThex achievements, and live builds in one profile.", + description: "Link GitHub, AeThex achievements, and live builds in one developer profile.", metricLabel: "Portfolio views", metricValue: "3.2K / wk", icon: Layers, @@ -871,7 +871,7 @@ export default function Community() { bio: "Hosts the weekly build clinics and mentors new squads shipping co-op missions.", recentContribution: "Rolled out the Adaptive Matchmaking toolkit for Season 4.", reputation: "4.9/5 player rating", - profileUrl: "/profiles/alex-developer", + profileUrl: "/developers/alex-developer", }, { name: "Sarah Coder", @@ -884,7 +884,7 @@ export default function Community() { bio: "Maintains the AeThex SDK quickstarts and keeps localisation packs up to date.", recentContribution: "Launched the multiplayer onboarding walkthrough in seven languages.", reputation: "4.8/5 creator rating", - profileUrl: "/profiles/sarah-coder", + profileUrl: "/developers/sarah-coder", }, { name: "Jordan AI", @@ -897,7 +897,7 @@ export default function Community() { bio: "Builds guardrailed inference pipelines and shares evaluation playbooks weekly.", recentContribution: "Released the Procedural Dialogue orchestrator adopted by 40+ teams.", reputation: "4.9/5 mentor rating", - profileUrl: "/profiles/jordan-ai", + profileUrl: "/developers/jordan-ai", }, ]; @@ -1394,7 +1394,7 @@ export default function Community() { })}