Skip to content

Commit 54c4e6c

Browse files
committed
chore: footer update and remove future components
1 parent 0dfa32e commit 54c4e6c

3 files changed

Lines changed: 1 addition & 27 deletions

File tree

app/page.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
Users,
77
BarChart3,
88
TrendingUp,
9-
Code,
109
ArrowRight,
1110
} from "lucide-react";
1211
import 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

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

docs/FEATURES.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)