-
- {/* Brand */}
-
-
-
-
-
+ const handleBackToTop = () => {
+ window.scrollTo({ top: 0, behavior: 'smooth' });
+ };
-
- GitHub Tracker
-
-
+ const serviceLinks = [
+ { to: '/track', label: 'Tracker', icon: FaChartLine },
+ { to: '/community', label: 'Community', icon: FaUsers },
+ { to: '/contributors', label: 'Contributors', icon: FaBookOpen },
+ { to: '/activity', label: 'Activity', icon: FaArrowRight },
+ ];
-
- Track repositories, analyze contributions, and explore GitHub
- insights with a clean and intuitive interface.
-
-
+ const legalLinks = [
+ { to: '/terms', label: 'Terms of Service' },
+ { to: '/privacy', label: 'Privacy Policy' },
+ { to: '/contact', label: 'Contact Support' },
+ ];
- {/* Quick Links */}
-
-
- Quick Links
-
+ const socialLinks = [
+ {
+ href: 'https://github.com/GitMetricsLab/github_tracker',
+ label: 'GitHub Repository',
+ icon: FaGithub,
+ },
+ {
+ href: 'https://x.com/your_handle',
+ label: 'Twitter',
+ icon: FaTwitter,
+ },
+ {
+ href: 'https://discord.gg/your_invite',
+ label: 'Discord',
+ icon: FaDiscord,
+ },
+ ];
-
-
-
- Contact Us
-
+ return (
+