From eab706f38d9ceaa9223f7ad23707f7ade0fade0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:49:49 +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 f093410..6253d80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-with-tablet-chatting-with-colleagues_23-2147787532.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-tablet-chatting-with-colleagues_23-2147787532.jpg?_wi=1" imageAlt="Professional service provider" avatars={[ { @@ -120,7 +120,7 @@ export default function LandingPage() { descriptions: [ "We respect your time. Expect clear updates, arrival times, and prompt responses every step of the way.", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-chatting-with-colleagues_23-2147787532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-chatting-with-colleagues_23-2147787532.jpg?_wi=2", imageAlt: "professional service provider handshake", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { descriptions: [ "We stand by our appointments. If we confirm a time, we show up—ready to work with everything required.", ], - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=1", imageAlt: "satisfied customer smiling portrait", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { descriptions: [ "Experience consistent, high-standard service from a team that values your business and long-term satisfaction.", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-chatting-with-colleagues_23-2147787532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-chatting-with-colleagues_23-2147787532.jpg?_wi=3", imageAlt: "professional service provider handshake", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { descriptions: [ "No hidden fees. We provide clear, honest quotes so you know exactly what to expect before we begin.", ], - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=2", imageAlt: "satisfied customer smiling portrait", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { descriptions: [ "Our team is here to answer your questions and provide assistance whenever you need it most.", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-chatting-with-colleagues_23-2147787532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-chatting-with-colleagues_23-2147787532.jpg?_wi=4", imageAlt: "professional service provider handshake", }, ]} @@ -176,7 +176,7 @@ export default function LandingPage() { quote: "They were communicative, professional, and delivered exactly what was promised. A truly refreshing experience.", name: "Alex Rivera", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=3", }, { id: "t2", @@ -184,7 +184,7 @@ export default function LandingPage() { quote: "Very reliable team. They showed up exactly when they said they would and completed the work perfectly.", name: "Sarah Jenkins", role: "Small Business Owner", - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=4", }, { id: "t3", @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "I appreciated the proactive updates. It made the entire process stress-free and smooth.", name: "Mark Thompson", role: "Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=5", }, { id: "t4", @@ -200,7 +200,7 @@ export default function LandingPage() { quote: "The standard of work is unmatched. Will definitely be using their services again in the future.", name: "Emily Zhao", role: "Office Manager", - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=6", }, { id: "t5", @@ -208,7 +208,7 @@ export default function LandingPage() { quote: "Impressive speed without compromising on the quality of output. Highly satisfied.", name: "David Miller", role: "Contractor", - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=7", }, ]} title="Client Experience" @@ -251,7 +251,7 @@ export default function LandingPage() {