From fbd5798766b83511ca6699138b02b986868bc0e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:26:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c9ffb2..296a7f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { ]} dashboard={{ title: "Inner Vision", logoIcon: Heart, - imageSrc: "/placeholders/placeholder1.webp", searchPlaceholder: "Search your thoughts...", buttons: [ + imageSrc: "/placeholders/placeholder1.webp?_wi=1", searchPlaceholder: "Search your thoughts...", buttons: [ { text: "Reflect", href: "#" }, { text: "Share", href: "#" }, ], @@ -86,7 +86,7 @@ export default function LandingPage() { { value: "1", title: "Person who matters" }, { value: "∞", title: "Possibilities with you" }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=2" imageAlt="Meaningful connection visualization" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1