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"