diff --git a/src/app/stats/page.tsx b/src/app/stats/page.tsx index 11c8cfd..429ae6a 100644 --- a/src/app/stats/page.tsx +++ b/src/app/stats/page.tsx @@ -42,6 +42,7 @@ export default function StatisticsPage() { { id: "r2", value: "2nd", description: "Street Velocity" }, { id: "r3", value: "3rd", description: "Neon Drifters" } ]} + useInvertedBackground={false} /> diff --git a/src/app/teams/page.tsx b/src/app/teams/page.tsx index 0134b9a..c83d926 100644 --- a/src/app/teams/page.tsx +++ b/src/app/teams/page.tsx @@ -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" },