From d1421d513b6cf7baa4ffb2653734e67521a7e5ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 12:42:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7046310..00d44d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { id: "1", title: "Lack of Intent Signals", tags: ["Targeting", "Waste"], imageSrc: "http://img.b2bpic.net/free-photo/dark-gray-background-with-blurred-light-dots_1048-12502.jpg?_wi=1" }, + { id: "1", title: "Lack of Intent Signals", tags: ["Targeting", "Waste"], imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-glowing-dots_1048-12502.jpg?_wi=1" }, { id: "2", title: "Broken Funnel Logic", tags: ["Conversion", "Leakage"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-cup-headphones-red-wall_114579-56013.jpg?_wi=1" }, { id: "3", title: "Vanity Metric Trap", tags: ["Data", "Illusion"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-hugging-dinosaur-toy_23-2148288009.jpg?_wi=1" } ]}