@@ -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