From fc8f5b9be926ead4617af22aa96a8880a04c00b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:57:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5469dea..fdfa20c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,19 +124,19 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Outstanding service and attention to detail. They transformed our business and exceeded all expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "testimonial-2", name: "Michael Chen", handle: "@m_chen", testimonial: "Professional, responsive, and results-driven. Highly recommend for anyone serious about success.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "testimonial-3", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "The best investment we made for our company. Their expertise and support made all the difference.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { id: "testimonial-4", name: "David Kim", handle: "@david_k", testimonial: "Exceptional quality and outstanding customer service. I would work with them again in a heartbeat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Kim" } ]} showRating={true}