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"