From 9a24891a8b5e9d6e423f04b0cdaba933942b92b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:29:06 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 345 ++++++++++------------------------------------- 1 file changed, 68 insertions(+), 277 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0edfde9..9712ba9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,64 +34,41 @@ export default function LandingPage() {
@@ -479,23 +276,17 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/inwimoneye", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/inwimoneye", ariaLabel: "Facebook"}, { icon: Twitter, - href: "https://twitter.com/inwimoneye", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/inwimoneye", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/inwimoneye", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/inwimoneye", ariaLabel: "LinkedIn"}, ]} /> ); -} +} \ No newline at end of file From 7bec1e92d0d71a660254a6cbc551db6d0d82bc21 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:29:06 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3a5c203..018e8e2 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: #ffdf7d; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; + --primary-cta-text: #ffffff; + --secondary-cta: #000000; --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);