From 00fe48cec5bcb8356aa8a28b827293089b354d44 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 06:01:21 +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 22f3cdf..0ab97a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,10 +105,10 @@ export default function LandingPage() { tagIcon={TrendingUp} tagAnimation="slide-up" metrics={[ - { id: "revenue", value: "$450M+", title: "Pipeline Generated", description: "Annual pipeline value created for clients through strategic marketing initiatives" }, - { id: "roi", value: "340%", title: "Average ROI", description: "Measurable return on marketing investment across client campaigns" }, - { id: "clients", value: "85+", title: "Enterprise Clients", description: "Mid-market and enterprise organizations we've partnered with successfully" }, - { id: "conversion", value: "47%", title: "Lead Conversion Rate", description: "Average improvement in qualified lead conversion for our clients" } + { id: "revenue", value: "$450M+", title: "Pipeline Generated", description: "Annual pipeline value created for clients through strategic marketing initiatives", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg", imageAlt: "Revenue growth metrics" }, + { id: "roi", value: "340%", title: "Average ROI", description: "Measurable return on marketing investment across client campaigns", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg", imageAlt: "ROI metrics" }, + { id: "clients", value: "85+", title: "Enterprise Clients", description: "Mid-market and enterprise organizations we've partnered with successfully", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg", imageAlt: "Client metrics" }, + { id: "conversion", value: "47%", title: "Lead Conversion Rate", description: "Average improvement in qualified lead conversion for our clients", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148310537.jpg", imageAlt: "Conversion metrics" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1