Skip to content

Commit 5a05c6f

Browse files
committed
fix: uncomment temp code
1 parent e3d4d5b commit 5a05c6f

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

app/page.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@ export default function Home() {
4848
"Hiring Insights",
4949
],
5050
},
51-
// {
52-
// id: 'repository-insights',
53-
// title: 'Repository Insights',
54-
// description: 'Deep dive into repository statistics, contributors, and project health metrics.',
55-
// icon: Code,
56-
// color: 'bg-purple-500',
57-
// features: ['Repository Health', 'Contributor Analysis', 'Commit Patterns', 'Project Trends'],
58-
// comingSoon: true
59-
// },
60-
// {
61-
// id: 'team-analytics',
62-
// title: 'Team Analytics',
63-
// description: 'Analyze team performance, collaboration patterns, and productivity metrics.',
64-
// icon: TrendingUp,
65-
// color: 'bg-orange-500',
66-
// features: ['Team Performance', 'Collaboration Metrics', 'Productivity Analysis', 'Growth Tracking'],
67-
// comingSoon: true
68-
// }
51+
{
52+
id: 'repository-insights',
53+
title: 'Repository Insights',
54+
description: 'Deep dive into repository statistics, contributors, and project health metrics.',
55+
icon: Code,
56+
color: 'bg-purple-500',
57+
features: ['Repository Health', 'Contributor Analysis', 'Commit Patterns', 'Project Trends'],
58+
comingSoon: true
59+
},
60+
{
61+
id: 'team-analytics',
62+
title: 'Team Analytics',
63+
description: 'Analyze team performance, collaboration patterns, and productivity metrics.',
64+
icon: TrendingUp,
65+
color: 'bg-orange-500',
66+
features: ['Team Performance', 'Collaboration Metrics', 'Productivity Analysis', 'Growth Tracking'],
67+
comingSoon: true
68+
}
6969
];
7070

7171
const renderToolContent = () => {

0 commit comments

Comments
 (0)