diff --git a/src/app/page.tsx b/src/app/page.tsx index 2279d1c..100822e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,16 +159,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "metric-1", value: "500+", title: "Campaigns Launched", description: "Across all major social platforms with consistent success" + id: "metric-1", value: "500+", title: "Campaigns Launched", description: "Across all major social platforms with consistent success", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947437.jpg", imageAlt: "social media campaign metrics visualization" }, { - id: "metric-2", value: "2.3B", title: "Total Impressions", description: "Generated for our client portfolio this year" + id: "metric-2", value: "2.3B", title: "Total Impressions", description: "Generated for our client portfolio this year", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-draft-near-working-colleague_23-2147808059.jpg", imageAlt: "impressions analytics visualization" }, { - id: "metric-3", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations quarter after quarter" + id: "metric-3", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations quarter after quarter", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg", imageAlt: "client satisfaction metrics" }, { - id: "metric-4", value: "24/7", title: "Support Available", description: "Dedicated account managers for your peace of mind" + id: "metric-4", value: "24/7", title: "Support Available", description: "Dedicated account managers for your peace of mind", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-use-technology-office_482257-120242.jpg", imageAlt: "24-7 support team availability" } ]} />