website refactor

This commit is contained in:
2026-01-20 22:31:14 +01:00
parent 51288234f4
commit 7cbec00474
52 changed files with 577 additions and 146 deletions

View File

@@ -11,9 +11,9 @@ export function Hero() {
return (
<LandingHero
subtitle="Sim Racing Infrastructure"
title="Professional League Management. Engineered for Control."
description="GridPilot eliminates the administrative overhead of running iRacing leagues. No spreadsheets. No manual points. No protest chaos. Just pure competition, structured for growth."
primaryAction={{ label: 'Create Your League', href: '#' }}
title="League Management Infrastructure."
description="Automated results, standings, and stewarding for iRacing leagues. No manual data entry. Structured race management."
primaryAction={{ label: 'Create League', href: '#' }}
secondaryAction={{ label: 'View Demo', href: '#' }}
/>
);

View File

@@ -24,8 +24,8 @@ export function ValuePillars() {
icon: Gavel,
},
{
title: "Professional Presence",
description: "A clean, modern home for your league. Schedules, standings, and rosters that build prestige and attract drivers.",
title: "League Identity",
description: "Public schedules, standings, and rosters for league members.",
icon: Layout,
},
];