From 6a33b9ccb14b52830b2f8deabb951b5aaa79d4d3 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Mon, 16 Feb 2026 03:19:53 +0300 Subject: [PATCH] fix: hide hero background image on mobile, improve responsive sizing --- web/src/components/HeroSection.tsx | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/web/src/components/HeroSection.tsx b/web/src/components/HeroSection.tsx index bdfdacf2..165f2daa 100644 --- a/web/src/components/HeroSection.tsx +++ b/web/src/components/HeroSection.tsx @@ -100,7 +100,7 @@ const HeroSection: React.FC = () => { DKstate Background
@@ -112,33 +112,33 @@ const HeroSection: React.FC = () => { Digital Kurdistan State v1.0 -

+

PezkuwiChain

-

+

{t('hero.title', 'Blockchain Governance Platform')}

-

+

{t('hero.subtitle', 'Democratic and transparent governance with blockchain technology')}

-
-
-
{stats.activeProposals}
-
{t('hero.stats.activeProposals', 'Active Proposals')}
+
+
+
{stats.activeProposals}
+
{t('hero.stats.activeProposals', 'Active Proposals')}
-
-
{stats.totalVoters.toLocaleString()}
-
{t('hero.stats.totalVoters', 'Total Voters')}
+
+
{stats.totalVoters.toLocaleString()}
+
{t('hero.stats.totalVoters', 'Total Voters')}
-
-
{stats.tokensStaked}
-
{t('hero.stats.tokensStaked', 'Tokens Staked')}
+
+
{stats.tokensStaked}
+
{t('hero.stats.tokensStaked', 'Tokens Staked')}
-
-
{stats.trustScore}%
-
{t('hero.stats.trustScore', 'Trust Score')}
+
+
{stats.trustScore}%
+
{t('hero.stats.trustScore', 'Trust Score')}