From 484b4af4cf21c9b7fbf00401669a9957177668e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:44:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a1bf13..d928974 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { testimonials={[ { name: "John Martinez", handle: "@homeowner_sjc", testimonial: "Called at 2 AM with a burst pipe. They arrived in 30 minutes and fixed it perfectly. Professional and fair pricing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg", imageAlt: "John Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg?_wi=1", imageAlt: "John Martinez"}, { name: "Sarah Chen", handle: "@satisfied_customer", testimonial: "Best plumbing service in the area. The technician explained everything and the work is guaranteed. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=1", imageAlt: "Sarah Chen"}, { name: "Mike Johnson", handle: "@regular_client", testimonial: "Been using their services for years. Reliable, professional, and they stand behind their work. You won't find better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-smiling-man-with-beard-laughing_176420-18699.jpg", imageAlt: "Mike Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-smiling-man-with-beard-laughing_176420-18699.jpg?_wi=1", imageAlt: "Mike Johnson"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -210,13 +210,13 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Robert Garcia", role: "Homeowner", company: "San Jose", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg", imageAlt: "Robert Garcia"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg?_wi=2", imageAlt: "Robert Garcia"}, { id: "t2", name: "Lisa Wang", role: "Property Manager", company: "Fremont", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Lisa Wang"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=2", imageAlt: "Lisa Wang"}, { id: "t3", name: "David Thompson", role: "Business Owner", company: "Palo Alto", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-smiling-man-with-beard-laughing_176420-18699.jpg", imageAlt: "David Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-smiling-man-with-beard-laughing_176420-18699.jpg?_wi=2", imageAlt: "David Thompson"}, { id: "t4", name: "Patricia Martinez", role: "Homeowner", company: "Sunnyvale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-family-posing-with-son-thumbs-up_23-2148414903.jpg", imageAlt: "Patricia Martinez"}, -- 2.49.1