import { ModeGuard } from '@/components/shared/ModeGuard'; import Hero from '@/components/landing/Hero'; import AlternatingSection from '@/components/landing/AlternatingSection'; import FeatureGrid from '@/components/landing/FeatureGrid'; import EmailCapture from '@/components/landing/EmailCapture'; import FAQ from '@/components/landing/FAQ'; import Footer from '@/components/landing/Footer'; import CareerProgressionMockup from '@/components/mockups/CareerProgressionMockup'; import RaceHistoryMockup from '@/components/mockups/RaceHistoryMockup'; import CompanionAutomationMockup from '@/components/mockups/CompanionAutomationMockup'; import SimPlatformMockup from '@/components/mockups/SimPlatformMockup'; export default function HomePage() { return (
{/* Section 1: A Persistent Identity */}

Your races, your seasons, your progress — finally in one place.

  • Lifetime stats and season history across all your leagues
  • Track your performance, consistency, and team contributions
  • Your own rating that reflects real league competition

iRacing gives you physics. GridPilot gives you a career.

} mockup={} layout="text-left" /> {/* Section 2: Results That Actually Stay */}

Every race you run stays with you.

  • Your stats, your team, your story — all connected
  • One race result updates your profile, team points, rating, and season history
  • No more fragmented data across spreadsheets and forums

Your racing career, finally in one place.

} mockup={} layout="text-right" /> {/* Section 3: Automatic Session Creation */}

Setting up league races used to mean clicking through iRacing's wizard 20 times.

  • Our companion app syncs with your league schedule
  • When it's race time, it creates the iRacing session automatically
  • No clicking through wizards. No manual setup
  • Runs on your machine, totally transparent, completely safe

Automation instead of repetition.

} mockup={} layout="text-left" /> {/* Section 4: Game-Agnostic Platform */}

Right now, we're focused on making iRacing league racing better.

But sims come and go. Your leagues, your teams, your rating — those stay.

GridPilot is built to outlast any single platform.

When the next sim arrives, your competitive identity moves with you.

} mockup={} layout="text-right" />
); }