From 3b57e02ab89dd8983d38df0290a3a3ce8f455a1c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:31:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffdac02..a377694 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=1" imageAlt="Industrial engineering team meeting" /> @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Mission & Vision" description="We believe in building the future by bridging the gap between exceptional technical talent and the complex challenges of our industry. Our vision is to be the premier partner for technical workforce solutions." - imageSrc="http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=1" imageAlt="Precision engineering blueprints" /> @@ -96,42 +96,42 @@ export default function LandingPage() { title: "Technical Staffing", description: "Experienced engineers for all project stages.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=2", imageAlt: "Staffing support", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=2", imageAlt: "Project planning", }, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=3", imageAlt: "industrial engineering team meeting", }, { title: "Maintenance Support", description: "Keep your operations running efficiently.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=4", imageAlt: "Maintenance team", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=3", imageAlt: "Asset reliability", }, - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=4", imageAlt: "precision engineering blueprints", }, { title: "Quality Management", description: "Adherence to highest industry standards.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=5", imageAlt: "Quality control", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=5", imageAlt: "Compliance certification", }, - imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-drinking-coffee-computer-desk_482257-118021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-drinking-coffee-computer-desk_482257-118021.jpg?_wi=1", imageAlt: "modern office architecture glass steel", }, ]} @@ -195,7 +195,7 @@ export default function LandingPage() { required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-drinking-coffee-computer-desk_482257-118021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-drinking-coffee-computer-desk_482257-118021.jpg?_wi=2" imageAlt="Modern office architecture glass steel" /> -- 2.49.1