import { AppFooter } from '@/components/app/AppFooter'; import { Grid } from '@/ui/Grid'; import { Stack } from '@/ui/Stack'; import { Text } from '@/ui/Text'; import { Link } from '@/ui/Link'; import { BrandMark } from '@/ui/BrandMark'; import { Box } from '@/ui/Box'; export interface GlobalFooterViewData {} export function GlobalFooterTemplate(_props: GlobalFooterViewData) { return ( INFRASTRUCTURE The professional infrastructure for serious sim racing. Precision telemetry, automated results, and elite league management. PLATFORM Leagues Teams Leaderboards SUPPORT Documentation System Status Contact ); }