6 Commits

Author SHA1 Message Date
ee215fa446 Merge version_4 into main
Merge version_4 into main
2026-03-13 16:28:05 +00:00
f51acc42d2 Update src/app/styles/variables.css 2026-03-13 16:28:01 +00:00
fc70a0842d Merge version_3 into main
Merge version_3 into main
2026-03-13 16:25:51 +00:00
b64d8df2f2 Update src/app/styles/variables.css 2026-03-13 16:25:47 +00:00
62d60514c7 Update src/app/page.tsx 2026-03-13 16:25:46 +00:00
6590ab7d99 Merge version_2 into main
Merge version_2 into main
2026-03-13 16:15:03 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -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: {

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta: #a855f7;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta: #1e3a8a;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #106EFB;
--accent: #a855f7;
--background-accent: #1e3a8a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);