From 5712f26706e48e6418b3c3a0adf28142ca1e0354 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 18:06:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b291c98..00c6bfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@alicemiller", testimonial: "Fast and reliable service when our water heater broke down.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg?_wi=1", imageAlt: "professional plumbing repair tools", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@bobsmith", testimonial: "Excellent plumbing work, very professional and clean.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mid-adult-cnc-operator-looking-away-while-standing-factory_637285-4840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mid-adult-cnc-operator-looking-away-while-standing-factory_637285-4840.jpg?_wi=1", imageAlt: "professional plumbing repair tools", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@charliedavis", testimonial: "My heating system works better than ever now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg?_wi=1", imageAlt: "professional plumbing repair tools", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@diana", testimonial: "Very friendly and efficient. Highly recommend their team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg?_wi=1", imageAlt: "professional plumbing repair tools", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@evan", testimonial: "Top-tier service at a reasonable price.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-angry-expression_1194-3993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-angry-expression_1194-3993.jpg?_wi=1", imageAlt: "professional plumbing repair tools", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "tel:5550123", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg" + imageSrc="http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", @@ -171,7 +171,7 @@ export default function LandingPage() { "boiler", "radiator", ], - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17480.jpg?_wi=3", imageAlt: "Happy mid adult mechanic working on a computer at auto repair shop", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { "clogged", "clearing", ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mid-adult-cnc-operator-looking-away-while-standing-factory_637285-4840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mid-adult-cnc-operator-looking-away-while-standing-factory_637285-4840.jpg?_wi=2", imageAlt: "Happy mid adult mechanic working on a computer at auto repair shop", }, ]} @@ -229,14 +229,14 @@ export default function LandingPage() { name: "Sarah", handle: "@sarah", testimonial: "Great service!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg?_wi=2", }, { id: "2", name: "John", handle: "@john", testimonial: "Very professional.", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-angry-expression_1194-3993.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-angry-expression_1194-3993.jpg?_wi=2", }, { id: "3", @@ -286,7 +286,7 @@ export default function LandingPage() { content: "Simply give us a call or send a message.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg?_wi=2" mediaAnimation="slide-up" title="Frequently Asked Questions" description="Quick answers to common questions." -- 2.49.1