diff --git a/src/app/components/StatsWidget.tsx b/src/app/components/StatsWidget.tsx
index 26e1b6e8..24604abb 100644
--- a/src/app/components/StatsWidget.tsx
+++ b/src/app/components/StatsWidget.tsx
@@ -46,7 +46,7 @@ const StatsWidget = () => {
const numOfPairs = pairsList.length;
return (
-
+
{/* users */}
{totalUsers ? (
<>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index c2d37e03..499c66e9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -345,7 +345,7 @@ function getTokenomicsTopicSectionProps(
>
);
return {
- backgroundColor: "bg-dexter-grey-dark",
+ backgroundColor: "bg-dexter-grey-light",
title: t("dextr_token"),
body: tokenomicsBody,
imageUrl: "/landing/sections/dexter-mascotte-holding-coin.png",
@@ -360,7 +360,7 @@ function getTradeTopicSectionProps(
t: (key: string) => string // translation dict needs to be passed in
): TopicSectionProps {
return {
- backgroundColor: "bg-dexter-grey-light",
+ backgroundColor: "bg-dexter-grey-dark",
title: t("earn_rewards_by_trading"),
body: ,
imageUrl: "/landing/sections/treasury-earn-by-trading.png",
@@ -375,7 +375,7 @@ function getStakeTopicSectionProps(
t: (key: string) => string // translation dict needs to be passed in
): TopicSectionProps {
return {
- backgroundColor: "bg-dexter-grey-dark",
+ backgroundColor: "bg-dexter-grey-light",
title: t("stake_xrd_to_earn_dextr"),
body: ,
imageUrl: "/landing/sections/staking-safe.png",
@@ -390,7 +390,7 @@ function getContributeTopicSectionProps(
t: (key: string) => string // translation dict needs to be passed in
): TopicSectionProps {
return {
- backgroundColor: "bg-dexter-grey-light",
+ backgroundColor: "bg-dexter-grey-dark",
title: t("earn_dextr_by_contributing"),
body: ,
imageUrl: "/landing/sections/hands.png",