From 7e981cb8ad32fa8b97375eb363b5411f7dd0f058 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 23:48:42 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++++----------------------------------- 1 file changed, 40 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9402482..0bb6f31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,47 +46,26 @@ export default function LandingPage() {
@@ -106,12 +75,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} names={[ - "House 01 Wiam", - "House 03 Ibn Zaydoun", - "House 06 Tunnel", - "House 07 Labremer", - "House 02 Al-Wafaa", - ]} + "House 01 Wiam", "House 03 Ibn Zaydoun", "House 06 Tunnel", "House 07 Labremer", "House 02 Al-Wafaa"]} title="The Unified Standard" description="Rated 4.8/5 across the network. Home away from home." /> @@ -121,26 +85,13 @@ export default function LandingPage() { @@ -221,29 +144,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 79e38cd31105086090ff3a0d3647bba2ef18c7f0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 23:48:43 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ae9c7c7..5de19f7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #39FF14; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #f5f5f5; - --accent: #39FF14; - --background-accent: #2a2a2a; + --accent: #6139e6; + --background-accent: #b3a8e8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1