From cb32dd2eea6bf16cdac5b8be33b61376382ff8bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 20:58:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc4df8c..d7123b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,16 +105,16 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "growth", value: "300%+", title: "Average Follower Growth", description: "In the first 6 months of partnering with us", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg", imageAlt: "business growth statistics" + id: "growth", value: "300%+", title: "Average Follower Growth", description: "In the first 6 months of partnering with us", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg?_wi=1", imageAlt: "business growth statistics" }, { - id: "engagement", value: "5x", title: "Higher Engagement", description: "Compared to industry averages for local businesses", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg", imageAlt: "engagement metrics analytics" + id: "engagement", value: "5x", title: "Higher Engagement", description: "Compared to industry averages for local businesses", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg?_wi=2", imageAlt: "engagement metrics analytics" }, { - id: "customers", value: "40%+", title: "New Customer Acquisition", description: "Through improved online presence and targeted ads", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg", imageAlt: "customer acquisition data" + id: "customers", value: "40%+", title: "New Customer Acquisition", description: "Through improved online presence and targeted ads", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg?_wi=3", imageAlt: "customer acquisition data" }, { - id: "roi", value: "250%", title: "Average ROI", description: "From our advertising campaigns within 3 months", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg", imageAlt: "return on investment metrics" + id: "roi", value: "250%", title: "Average ROI", description: "From our advertising campaigns within 3 months", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg?_wi=4", imageAlt: "return on investment metrics" } ]} buttons={[{ text: "Start Your Growth Journey", href: "#contact" }]}