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 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);