import React from 'react'; import { Box } from './primitives/Box'; import { Container } from './Container'; import { Text } from './Text'; import { Link } from './Link'; export const Footer = () => { return ( GridPilot The ultimate companion for sim racers. Track your performance, manage your team, and compete in leagues. Platform Leagues Teams Leaderboards Support Documentation System Status Contact Us Legal Privacy Policy Terms of Service © {new Date().getFullYear()} GridPilot. All rights reserved. ); };