Merge version_3 into main #3
@@ -42,6 +42,7 @@ export default function StatisticsPage() {
|
||||
{ id: "r2", value: "2nd", description: "Street Velocity" },
|
||||
{ id: "r3", value: "3rd", description: "Neon Drifters" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<TeamCardTwo
|
||||
title="Top Drivers"
|
||||
@@ -53,6 +54,8 @@ export default function StatisticsPage() {
|
||||
{ id: "d2", name: "Sarah Drift", role: "Specialist", description: "28 wins this season" },
|
||||
{ id: "d3", name: "Mike Pro", role: "Rookie", description: "25 wins this season" }
|
||||
]}
|
||||
description="Expert drivers leading the pack."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ export default function TeamsPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Mumbai Indians", role: "Champion Squad" },
|
||||
{ id: "2", name: "Chennai Super Kings", role: "Legendary Lineup" },
|
||||
|
||||
Reference in New Issue
Block a user