From 57835f73399966db3be6263fa6684fe0c7d7f629 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:50:37 +0000 Subject: [PATCH 1/2] Update src/app/jobs/page.tsx --- src/app/jobs/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/jobs/page.tsx b/src/app/jobs/page.tsx index 19c45da..d7e79f7 100644 --- a/src/app/jobs/page.tsx +++ b/src/app/jobs/page.tsx @@ -60,7 +60,7 @@ export default function JobsPage() { id: "lineworker", name: "Lineworker", price: "$65K - $85K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=7", imageAlt: "Lineworker position", onProductClick: () => alert('View lineworker details') }, @@ -68,7 +68,7 @@ export default function JobsPage() { id: "electrical-tech", name: "Electrical Technician", price: "$55K - $75K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=8", imageAlt: "Electrical technician role", onProductClick: () => alert('View technician details') }, @@ -76,7 +76,7 @@ export default function JobsPage() { id: "substation", name: "Substation Technician", price: "$60K - $80K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=9", imageAlt: "Substation technician opening", onProductClick: () => alert('View substation details') }, @@ -84,7 +84,7 @@ export default function JobsPage() { id: "field-engineer", name: "Utility Field Engineer", price: "$70K - $95K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=10", imageAlt: "Field engineer position", onProductClick: () => alert('View engineer details') }, @@ -92,7 +92,7 @@ export default function JobsPage() { id: "project-manager", name: "Energy Project Manager", price: "$75K - $105K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=11", imageAlt: "Project manager role", onProductClick: () => alert('View manager details') }, @@ -100,7 +100,7 @@ export default function JobsPage() { id: "safety-inspector", name: "Safety Inspector", price: "$58K - $78K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=12", imageAlt: "Safety inspector position", onProductClick: () => alert('View inspector details') } -- 2.49.1 From b2c0bceaee7e13260d9460144c2d1717f7eadc86 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:50:37 +0000 Subject: [PATCH 2/2] 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 e1c521b..51aac38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function HomePage() { id: "lineworker", name: "Lineworker", price: "$65K - $85K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=1", imageAlt: "Lineworker position", onProductClick: () => window.location.href = '/jobs' }, @@ -139,7 +139,7 @@ export default function HomePage() { id: "electrical-tech", name: "Electrical Technician", price: "$55K - $75K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=2", imageAlt: "Electrical technician role", onProductClick: () => window.location.href = '/jobs' }, @@ -147,7 +147,7 @@ export default function HomePage() { id: "substation", name: "Substation Technician", price: "$60K - $80K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=3", imageAlt: "Substation technician opening", onProductClick: () => window.location.href = '/jobs' }, @@ -155,7 +155,7 @@ export default function HomePage() { id: "field-engineer", name: "Utility Field Engineer", price: "$70K - $95K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=4", imageAlt: "Field engineer position", onProductClick: () => window.location.href = '/jobs' }, @@ -163,7 +163,7 @@ export default function HomePage() { id: "project-manager", name: "Energy Project Manager", price: "$75K - $105K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=5", imageAlt: "Project manager role", onProductClick: () => window.location.href = '/jobs' }, @@ -171,7 +171,7 @@ export default function HomePage() { id: "safety-inspector", name: "Safety Inspector", price: "$58K - $78K/year", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=6", imageAlt: "Safety inspector position", onProductClick: () => window.location.href = '/jobs' } @@ -237,7 +237,7 @@ export default function HomePage() { tag: "Energy Company", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", avatarAlt: "John Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=1", imageAlt: "Professional portrait" }, { @@ -249,7 +249,7 @@ export default function HomePage() { tag: "Utility Employer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", avatarAlt: "Sarah Chen", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Professional headshot" }, { @@ -285,7 +285,7 @@ export default function HomePage() { tag: "Public Utility", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", avatarAlt: "David Lopez", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=2", imageAlt: "Professional portrait" }, { @@ -297,7 +297,7 @@ export default function HomePage() { tag: "Candidate Success", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", avatarAlt: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "Professional headshot" } ]} -- 2.49.1