diff --git a/src/app/page.tsx b/src/app/page.tsx index 91b969a..2755244 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,16 +118,16 @@ export default function LandingPage() { animationType="scale-rotate" metrics={[ { - id: "projects", value: "500+", title: "Successful Projects", description: "Completed remediation projects across 45 states" + id: "projects", value: "500+", title: "Successful Projects", description: "Completed remediation projects across 45 states", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-engineers-with-laptop_23-2149354038.jpg", imageAlt: "Environmental remediation team at project site" }, { - id: "sites", value: "1,200+", title: "Contaminated Sites Restored", description: "From industrial to residential properties" + id: "sites", value: "1,200+", title: "Contaminated Sites Restored", description: "From industrial to residential properties", imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-man-hat-sunglasses-posed-outdoor-rain-against-tractor-with-bucket_627829-13225.jpg", imageAlt: "Soil remediation and site restoration work" }, { - id: "investment", value: "$85M+", title: "Environmental Investment", description: "Total remediation investment managed" + id: "investment", value: "$85M+", title: "Environmental Investment", description: "Total remediation investment managed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg", imageAlt: "Industrial environmental remediation infrastructure" }, { - id: "certifications", value: "15+", title: "Certifications & Licenses", description: "EPA, state, and specialty credentials" + id: "certifications", value: "15+", title: "Certifications & Licenses", description: "EPA, state, and specialty credentials", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-sea-with-windmills-factory-distance-cloudy-sky_181624-11846.jpg", imageAlt: "Environmental compliance and certification standards" } ]} /> @@ -137,7 +137,7 @@ export default function LandingPage() {