'use client'; import { Image } from '@/ui/Image'; import { Box } from '@/ui/Box'; import { Text } from '@/ui/Text'; import { Stack } from '@/ui/Stack'; import { Link } from '@/ui/Link'; const discordUrl = process.env.NEXT_PUBLIC_DISCORD_URL || 'https://discord.gg/gridpilot'; const xUrl = process.env.NEXT_PUBLIC_X_URL || '#'; export function Footer() { return ( {/* Racing stripe accent */} {/* Personal message */} GridPilot 🏁 Built by a sim racer, for sim racers Just a fellow racer tired of spreadsheets and chaos. GridPilot is my passion project to make league racing actually fun again. {/* Community links */} 💬 Join Discord 𝕏 Follow on X {/* Development status */} ⚡ Early development • Feedback welcome Questions? Find me on Discord ); }