From 1772a43f8dd680a8149a796bd4b06677f73c9704 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:13:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de2e5d6..7f6edc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,15 +129,15 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", value: "98%", title: "Customer Retention", description: "Unmatched service reliability across global markets.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg"}, + id: "m1", value: "98%", title: "Customer Retention", description: "Unmatched service reliability across global markets.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg?_wi=1"}, { - id: "m2", value: "45%", title: "Energy Reduction", description: "Efficiency benchmarks achieved by our latest models.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg"}, + id: "m2", value: "45%", title: "Energy Reduction", description: "Efficiency benchmarks achieved by our latest models.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg?_wi=2"}, { - id: "m3", value: "12k+", title: "Units Deployed", description: "Scale of infrastructure supported by Ig Power.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg"}, + id: "m3", value: "12k+", title: "Units Deployed", description: "Scale of infrastructure supported by Ig Power.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg?_wi=3"}, { - id: "m4", value: "500+", title: "Active Patents", description: "Innovation driving the future of robotics.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg"}, + id: "m4", value: "500+", title: "Active Patents", description: "Innovation driving the future of robotics.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg?_wi=4"}, { - id: "m5", value: "40+", title: "Global Markets", description: "Leading industrial sectors worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg"}, + id: "m5", value: "40+", title: "Global Markets", description: "Leading industrial sectors worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-park_23-2148022808.jpg?_wi=5"}, ]} title="Proven Performance" description="Ig Power sets the standard for industrial lawn maintenance efficiency." @@ -153,19 +153,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alex Rivet", role: "CEO", company: "GreenField Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg?_wi=1"}, { id: "2", name: "Sarah Chen", role: "Ops Manager", company: "City Parks", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg?_wi=2"}, { id: "3", name: "Mark Sterling", role: "Head of Facilities", company: "Global Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg?_wi=3"}, { id: "4", name: "Elena Rossi", role: "Director", company: "Landmark Systems", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg?_wi=4"}, { id: "5", name: "John Doe", role: "Facility Lead", company: "Park Pro", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-park-looking-camera_23-2147779715.jpg?_wi=5"}, ]} title="Industry Leaders Trust Us" description="Hear from the professionals who manage major industrial and commercial landscapes." -- 2.49.1