From f4acf6e6c11ee186f8efdda5e8f9a0db2ece40f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 21:42:28 +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 8c6471b..73cdc5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Excellent service and very quick response time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=1", imageAlt: "professional plumber at work", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@janesmith", testimonial: "Professional and highly skilled plumbers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=1", imageAlt: "professional plumber at work", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@mikeross", testimonial: "Best service in town for heating issues.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", imageAlt: "professional plumber at work", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@sarahc", testimonial: "Fixed my major leak in hours.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg?_wi=1", imageAlt: "professional plumber at work", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@davidk", testimonial: "Trustworthy and clean work every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1", imageAlt: "professional plumber at work", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/man-holding-small-blackboard_1098-1156.jpg", @@ -135,7 +135,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Trusted Plumbing Experts" description="Aspen Plumbing & Mechanical Inc has been serving our community with integrity and precision. We are dedicated to delivering high-quality workmanship for every project, large or small." - imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=2" /> @@ -170,7 +170,7 @@ export default function LandingPage() { value: "Expert", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=3", imageAlt: "Man looking at detail sitting on floor", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { value: "Service", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=3", imageAlt: "Man looking at detail sitting on floor", }, ]} @@ -204,21 +204,21 @@ export default function LandingPage() { value: "15+", title: "Years Experience", description: "Dedicated service to the community.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=2", }, { id: "m2", value: "2500+", title: "Projects Completed", description: "Reliable expertise delivered.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg?_wi=2", }, { id: "m3", value: "100%", title: "Satisfaction Rate", description: "Committed to quality.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=2", }, ]} title="Our Impact" -- 2.49.1