From 6051f135764ebd3c4ef7ebe4a62d48f9b31accce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 21:43:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ba24ae..b918df5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,25 +51,25 @@ export default function LandingPage() { testimonials={[ { name: "John Doe", 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", imageAlt: "professional plumber at work"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=1", imageAlt: "professional plumber at work"}, { name: "Jane Smith", 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", imageAlt: "professional plumber at work"}, + 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"}, { name: "Mike Ross", 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", imageAlt: "professional plumber at work"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", imageAlt: "professional plumber at work"}, { name: "Sarah Connor", handle: "@sarahc", testimonial: "Fixed my major leak in hours.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg", imageAlt: "professional plumber at work"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg?_wi=1", imageAlt: "professional plumber at work"}, { name: "David Kim", 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", imageAlt: "professional plumber at work"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1", imageAlt: "professional plumber at work"}, ]} buttons={[ { text: "Book Appointment", 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", alt: "Happy client portrait"}, @@ -90,7 +90,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" /> @@ -134,11 +134,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "15+", title: "Years Experience", description: "Dedicated service to the community.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg"}, + id: "m1", value: "15+", title: "Years Experience", description: "Dedicated service to the community.", 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"}, + id: "m2", value: "2500+", title: "Projects Completed", description: "Reliable expertise delivered.", 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"}, + 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?_wi=2"}, ]} title="Our Impact" description="Trusted by hundreds of homeowners and businesses." -- 2.49.1