File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 Users ,
77 BarChart3 ,
88 TrendingUp ,
9- Code ,
109 ArrowRight ,
1110} from "lucide-react" ;
1211import Link from "next/link" ;
@@ -26,20 +25,6 @@ export default function Home() {
2625 subtitle : "Compare two developers" ,
2726 icon : Users ,
2827 href : "/compare-profiles" ,
29- } ,
30- {
31- id : 'repository-insights' ,
32- title : 'Repository Insights' ,
33- subtitle : 'Deep dive into repositories' ,
34- icon : Code ,
35- comingSoon : true
36- } ,
37- {
38- id : 'team-analytics' ,
39- title : 'Team Analytics' ,
40- subtitle : 'Analyze team performance' ,
41- icon : TrendingUp ,
42- comingSoon : true
4328 }
4429 ] ;
4530
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default function Footer() {
77 < footer className = "bg-surface border-t border-elevated py-8 mt-16" >
88 < div className = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" >
99 < div className = "text-center text-gray-400" >
10- < p > Copyright © { currentYear } Vishwajeet Kondi. All rights reserved. </ p >
10+ < p > © { currentYear } Vishwajeet Kondi</ p >
1111 </ div >
1212 </ div >
1313 </ footer >
Original file line number Diff line number Diff line change @@ -116,17 +116,6 @@ Compare across multiple dimensions:
116116- ** Image Optimization** : Automatic optimization via Next.js Image component
117117- ** Fast Loading** : Minimal dependencies and efficient code structure
118118
119- ## 🚀 Future Tools (Planned)
120-
121- ### Repository Insights
122- Deep dive into individual repository statistics and analysis
123-
124- ### Team Analytics
125- Team performance, collaboration patterns, and productivity metrics
126-
127- ### Advanced Metrics
128- More sophisticated GitHub data analysis and visualization tools
129-
130119## 🌟 Core Capabilities
131120
132121- ** Real-time Data** : Live data from GitHub API
You can’t perform that action at this time.
0 commit comments