From 2af68a46525afa99b7ce6d1e104979e6ef3293e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:26:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42a667d..d75ea8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,11 +111,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "450%", title: "Engagement Growth", description: "Average improvement in community interaction.", imageSrc: "http://img.b2bpic.net/free-photo/finance-economic-progress-analysis-concept_53876-124375.jpg"}, + id: "1", value: "450%", title: "Engagement Growth", description: "Average improvement in community interaction.", imageSrc: "http://img.b2bpic.net/free-photo/finance-economic-progress-analysis-concept_53876-124375.jpg?_wi=1"}, { - id: "2", value: "2.1M", title: "Monthly Reach", description: "Targeted audience exposure across all channels.", imageSrc: "http://img.b2bpic.net/free-photo/finance-economic-progress-analysis-concept_53876-124375.jpg"}, + id: "2", value: "2.1M", title: "Monthly Reach", description: "Targeted audience exposure across all channels.", imageSrc: "http://img.b2bpic.net/free-photo/finance-economic-progress-analysis-concept_53876-124375.jpg?_wi=2"}, { - id: "3", value: "3x", title: "Conversion Rate", description: "Average increase in sales through social ads.", imageSrc: "http://img.b2bpic.net/free-photo/finance-economic-progress-analysis-concept_53876-124375.jpg"}, + id: "3", value: "3x", title: "Conversion Rate", description: "Average increase in sales through social ads.", imageSrc: "http://img.b2bpic.net/free-photo/finance-economic-progress-analysis-concept_53876-124375.jpg?_wi=3"}, ]} title="The Results." description="Data doesn't lie. Here's our impact on partner brands." -- 2.49.1