From bbeb376b1ba598eaa79f0c33612f385adbde9117 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:07:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49460d5..510d8f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg?_wi=1" imageAlt="Diamond Electric Storefront" /> @@ -85,15 +85,15 @@ export default function LandingPage() { icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg?_wi=1", imageAlt: "Inventory", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg?_wi=2", imageAlt: "Inventory", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg?_wi=2", imageAlt: "electrical supply store interior", }, { @@ -102,15 +102,15 @@ export default function LandingPage() { icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg?_wi=1", imageAlt: "Staff", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg?_wi=2", imageAlt: "Staff", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-tablet-standing-warehouse_259150-56877.jpg?_wi=3", imageAlt: "warehouse shelves electrical parts", }, { @@ -119,15 +119,15 @@ export default function LandingPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg?_wi=1", imageAlt: "Pricing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg?_wi=2", imageAlt: "Pricing", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-holding-hand-near-ear-trying-listen_141793-28675.jpg?_wi=3", imageAlt: "electrician assistance customer service", }, { @@ -136,15 +136,15 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg?_wi=1", imageAlt: "Shop Dog", }, { - imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg?_wi=2", imageAlt: "Shop Dog", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paper-label-black-surface_1220-445.jpg?_wi=3", imageAlt: "price tags industrial components", }, ]} -- 2.49.1