From 62d60514c7beacf637e27f28ef0a8eb341e1ec68 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:25:46 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bc2b9c..d107672 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fragmented Identity Sabotages Your Wins", description: "You've built success externally, but internally you're fragmented. Multiple selves competing: the entrepreneur, the man, the provider. No coherent identity to hold the gains.", phoneOne: { + title: "Lose Everything You Built: Fragmented Identity Sabotages Your Wins", description: "You've built success externally, but internally you're fragmented. Multiple selves competing: the entrepreneur, the man, the provider. No coherent identity to hold the gains.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=86gj03&_wi=1", imageAlt: "Identity fragmentation illustration" }, phoneTwo: { @@ -100,7 +100,7 @@ export default function LandingPage() { }, { id: 2, - title: "Success Without Self-Respect Triggers Hollow Wins", description: "Money doesn't cure doubt. Achievements don't kill imposter syndrome. You've won the external game but lost respect for yourself. Every win feels hollow because deep down, you don't believe you deserve it.", phoneOne: { + title: "The Money Trap: Success Without Self-Respect Guarantees Hollow Wins", description: "Money doesn't cure doubt. Achievements don't kill imposter syndrome. You've won the external game but lost respect for yourself. Every win feels hollow because deep down, you don't believe you deserve it.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=86gj03&_wi=3", imageAlt: "Imposter syndrome representation" }, phoneTwo: { @@ -109,7 +109,7 @@ export default function LandingPage() { }, { id: 3, - title: "Sabotage Cycles Destroy Everything You Build", description: "You repeat cycles: achievement, then self-destruction. Success triggers fear. Wins lead to reckless decisions. You sabotage relationships, health, and peace because at a core level, you don't believe you can keep what you've earned.", phoneOne: { + title: "Self-Destruction on Repeat: Sabotage Cycles Destroy Everything You Build", description: "You repeat cycles: achievement, then self-destruction. Success triggers fear. Wins lead to reckless decisions. You sabotage relationships, health, and peace because at a core level, you don't believe you can keep what you've earned.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mlrqt8&_wi=1", imageAlt: "Self-sabotage cycle visualization" }, phoneTwo: { -- 2.49.1 From b64d8df2f2f2d06d40bc1f595f5c3934e7d5c160 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:25:47 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 018e8e2..018e1d3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; + --background: #0a0a0a; + --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #106EFB; + --primary-cta: #00ff88; --primary-cta-text: #ffffff; --secondary-cta: #000000; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #106EFB; + --accent: #00ff88; + --background-accent: #00ff88; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1