website refactor
This commit is contained in:
@@ -52,10 +52,15 @@ export function HomeTemplate({ viewData }: HomeTemplateProps) {
|
||||
<ValuePillars />
|
||||
|
||||
{/* Stewarding Workflow Preview */}
|
||||
<StewardingPreview />
|
||||
<StewardingPreview
|
||||
race={viewData.upcomingRaces[0]}
|
||||
team={viewData.teams[0]}
|
||||
/>
|
||||
|
||||
{/* League Identity Showcase */}
|
||||
<LeagueIdentityPreview />
|
||||
<LeagueIdentityPreview
|
||||
league={viewData.topLeagues[0]}
|
||||
/>
|
||||
|
||||
{/* Migration Offer */}
|
||||
<MigrationSection />
|
||||
|
||||
Reference in New Issue
Block a user