From 0eebd87ed52035bceb372011bb8df9d280f5b251 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 21:40:05 +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 3445b08..f3b0af8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-inspects-switchboard-wiring-check-screwdriver-hand_169016-68211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-inspects-switchboard-wiring-check-screwdriver-hand_169016-68211.jpg?_wi=1", imageAlt: "High quality industrial electrical cables", }, { @@ -111,7 +111,7 @@ export default function LandingPage() { description: "Efficient supply chain management for all your project needs.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-53021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-53021.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -154,19 +154,19 @@ export default function LandingPage() { id: "p1", name: "Industrial Breaker", price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/electric-machines-switches-isolated-white-close-up-connect-marker-cable-device_169016-4121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electric-machines-switches-isolated-white-close-up-connect-marker-cable-device_169016-4121.jpg?_wi=1", }, { id: "p2", name: "HV Copper Spool", price: "$850", - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-machinery_1359-701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-machinery_1359-701.jpg?_wi=1", }, { id: "p3", name: "Power Distribution Board", price: "$2,300", - imageSrc: "http://img.b2bpic.net/free-photo/view-male-engineer-work-engineers-day-celebration_23-2151615008.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-male-engineer-work-engineers-day-celebration_23-2151615008.jpg?_wi=1", }, { id: "p4", @@ -231,7 +231,7 @@ export default function LandingPage() { quote: "Unbeatable reliability on critical infrastructure cables.", tag: "Industrial", avatarSrc: "http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66682.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-inspects-switchboard-wiring-check-screwdriver-hand_169016-68211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-inspects-switchboard-wiring-check-screwdriver-hand_169016-68211.jpg?_wi=2", imageAlt: "construction contractor", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { quote: "Fast logistics and great component variety.", tag: "Facilities", avatarSrc: "http://img.b2bpic.net/free-photo/man-electrical-working-switchboard-with-fuses-uses-tablet_169016-53632.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-53021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-53021.jpg?_wi=2", imageAlt: "construction contractor", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "The only source we trust for large scale projects.", tag: "Engineering", avatarSrc: "http://img.b2bpic.net/free-photo/electrician-man-overalls-works-switchboard-portrait-electrician-overalls_169016-66829.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/electric-machines-switches-isolated-white-close-up-connect-marker-cable-device_169016-4121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electric-machines-switches-isolated-white-close-up-connect-marker-cable-device_169016-4121.jpg?_wi=2", imageAlt: "construction contractor", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { quote: "Consistent high quality, never a faulty piece.", tag: "Retail", avatarSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886868.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-machinery_1359-701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-machinery_1359-701.jpg?_wi=2", imageAlt: "construction contractor", }, { @@ -275,7 +275,7 @@ export default function LandingPage() { quote: "Excellent technical support for complex installs.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24803.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-male-engineer-work-engineers-day-celebration_23-2151615008.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-male-engineer-work-engineers-day-celebration_23-2151615008.jpg?_wi=2", imageAlt: "construction contractor", }, ]} -- 2.49.1