Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-04-17 12:10:39 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -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>

View File

@@ -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" },