From 5f063047139f7ddb5c98b4907def5e0c76909200 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:02:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a77a398..39e6c26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,28 +92,28 @@ export default function LandingPage() { { id: 1, title: "Fractured Identity", 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", imageAlt: "Identity fragmentation illustration" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=86gj03&_wi=1", imageAlt: "Identity fragmentation illustration" }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=86gj03", imageAlt: "Internal conflict visualization" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=86gj03&_wi=2", imageAlt: "Internal conflict visualization" } }, { id: 2, title: "Insecurity Despite Success", 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", imageAlt: "Imposter syndrome representation" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=86gj03&_wi=3", imageAlt: "Imposter syndrome representation" }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=86gj03", imageAlt: "Self-doubt despite achievement" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=86gj03&_wi=4", imageAlt: "Self-doubt despite achievement" } }, { id: 3, title: "Destructive Patterns That Sabotage", 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", imageAlt: "Self-sabotage cycle visualization" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mlrqt8&_wi=1", imageAlt: "Self-sabotage cycle visualization" }, phoneTwo: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mlrqt8", imageAlt: "Breaking destructive patterns" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mlrqt8&_wi=2", imageAlt: "Breaking destructive patterns" } } ]} -- 2.49.1