From 8079b3c254106fc71b5b0fafa3ad3f5f7c67350e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 05:04:46 +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 473beaa..f33cf2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,35 +60,35 @@ export default function LandingPage() { handle: "@mhenderson", testimonial: "This platform transformed how we handle our compliance audits. Absolutely seamless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg?_wi=1", }, { name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "Finally, all our safety data is in one place. My engineers love the interface.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg?_wi=1", }, { name: "David Kim", handle: "@dkim", testimonial: "Incident reporting speed has increased significantly since we moved to this system.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg?_wi=1", }, { name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "The real-time visibility into metrics is game changing for our HSE directors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=1", }, { name: "James Wilson", handle: "@jwilson", testimonial: "The most comprehensive safety tool I have used in 15 years in the industry.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg?_wi=1", }, ]} buttons={[ @@ -202,7 +202,7 @@ export default function LandingPage() { handle: "@mhenderson", testimonial: "This platform transformed how we handle our compliance audits. Absolutely seamless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg?_wi=2", }, { id: "t2", @@ -210,7 +210,7 @@ export default function LandingPage() { handle: "@erodriguez", testimonial: "Finally, all our safety data is in one place. My engineers love the interface.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg?_wi=2", }, { id: "t3", @@ -218,7 +218,7 @@ export default function LandingPage() { handle: "@dkim", testimonial: "Incident reporting speed has increased significantly since we moved to this system.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg?_wi=2", }, { id: "t4", @@ -226,7 +226,7 @@ export default function LandingPage() { handle: "@sjenkins", testimonial: "The real-time visibility into metrics is game changing for our HSE directors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=2", }, { id: "t5", @@ -234,7 +234,7 @@ export default function LandingPage() { handle: "@jwilson", testimonial: "The most comprehensive safety tool I have used in 15 years in the industry.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1