From 87051ba178e53babb784902a06ad5a329e12a6e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:53:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ae1253..e427c54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Exceptional precision and punctuality on every job.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@dclark", testimonial: "Professional, reliable, and top-tier machinery usage.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@ewhite", testimonial: "Best excavating company we've ever worked with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@tbaker", testimonial: "Site ready on schedule, every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg?_wi=1", imageAlt: "heavy duty excavator worksite mud", }, ]} @@ -108,7 +108,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg" + imageSrc="http://img.b2bpic.net/free-photo/scene-construction-site-with-equipment_23-2151317354.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg", @@ -217,14 +217,14 @@ export default function LandingPage() { name: "Sarah Johnson", handle: "@sarahj", testimonial: "Highly recommended for any commercial development.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-holding-house-plans_23-2148895456.jpg?_wi=2", }, { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Mike's crew is simply the best in the business.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-male-engineer_23-2148480396.jpg?_wi=2", }, { id: "3", @@ -274,7 +274,7 @@ export default function LandingPage() { content: "Absolutely. We are fully insured and bonded.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg" + imageSrc="http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light-outdoors_23-2149194805.jpg?_wi=2" mediaAnimation="slide-up" title="Frequently Asked Questions" description="Clear answers to your project concerns." -- 2.49.1