From e63307993316d862900352cec00d035e028a240f Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Sun, 11 Jan 2026 03:23:48 +0000 Subject: [PATCH] Fix button and text sizing issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reduced button sizes: h-16 → h-12, text-xl → text-base - Reduced padding: px-10 → px-8 - Fixed icon sizes: w-6 h-6 → w-5 h-5 - Normalized font weights: font-black → font-bold - Fixed hero headings: text-7xl/8xl/9xl → text-5xl/6xl/7xl - Fixed subheadings: text-2xl/3xl → text-xl/2xl - Fixed section headings: text-5xl/6xl → text-4xl/5xl - Removed excessive text-lg from buttons Pages fixed: ✅ Homepage ✅ Dashboard ✅ Realms ✅ Labs ✅ GameForge ✅ Foundation Much more readable and balanced! --- client/pages/Dashboard.tsx | 8 ++++---- client/pages/Foundation.tsx | 4 ++-- client/pages/GameForge.tsx | 4 ++-- client/pages/Index.tsx | 20 ++++++++++---------- client/pages/Labs.tsx | 4 ++-- client/pages/Realms.tsx | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index a020ed1e..f880cf7b 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -304,14 +304,14 @@ export default function Dashboard() { @@ -331,10 +331,10 @@ export default function Dashboard() {
-

+

Dashboard

-

+

Welcome back,{" "} {profile?.full_name || user.email?.split("@")[0]} diff --git a/client/pages/Foundation.tsx b/client/pages/Foundation.tsx index 6e95dac7..3ad8521b 100644 --- a/client/pages/Foundation.tsx +++ b/client/pages/Foundation.tsx @@ -112,11 +112,11 @@ export default function Foundation() { 501(c)(3) Non-Profit Organization -

+

AeThex Foundation

-

+

501(c)(3) non-profit advancing game development

diff --git a/client/pages/GameForge.tsx b/client/pages/GameForge.tsx index 286b3c10..defe2720 100644 --- a/client/pages/GameForge.tsx +++ b/client/pages/GameForge.tsx @@ -154,11 +154,11 @@ export default function GameForge() { Foundation's Game Production Studio -

+

Ship Games Every Month

-

+

Ship real games in 30-day sprints

diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 13a79230..7631ff4e 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -237,7 +237,7 @@ export default function Index() { animate={{ opacity: 1, scale: 1 }} transition={{ duration: 0.8, delay: 0.2 }} > -

+

Build on
@@ -264,7 +264,7 @@ export default function Index() { initial={{ opacity: 0, y: 20 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8, delay: 0.4 }} - className="text-2xl md:text-3xl text-muted-foreground max-w-4xl mx-auto leading-relaxed font-light" + className="text-xl md:text-2xl text-muted-foreground max-w-4xl mx-auto leading-relaxed font-light" > The integration layer connecting all metaverse platforms.
@@ -313,19 +313,19 @@ export default function Index() { @@ -572,20 +572,20 @@ export default function Index() { diff --git a/client/pages/Labs.tsx b/client/pages/Labs.tsx index 19c86de5..bcb8c62c 100644 --- a/client/pages/Labs.tsx +++ b/client/pages/Labs.tsx @@ -177,11 +177,11 @@ export default function Labs() { Advanced Research & Development -

+

The Innovation Engine

-

+

Breakthrough R&D in software, AI, and games

diff --git a/client/pages/Realms.tsx b/client/pages/Realms.tsx index 6b4d44fe..f30386d1 100644 --- a/client/pages/Realms.tsx +++ b/client/pages/Realms.tsx @@ -91,7 +91,7 @@ export default function Realms() { Choose Your{" "} Realm

-

+

Unique tools and communities for every role