website refactor
This commit is contained in:
@@ -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: '#' }}
|
||||
/>
|
||||
);
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user