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