From d64e070af720ff84d924db41874d71cadc9cc413 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:11:37 +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 42b1c4f..4b6171f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,16 +126,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Verified Buyer", company: "Tech Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "woman portrait profile picture headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=1", imageAlt: "woman portrait profile picture headshot"}, { id: "2", name: "Michael Chen", role: "Regular Customer", company: "Happy Shopper", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg", imageAlt: "man portrait profile picture headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg?_wi=1", imageAlt: "man portrait profile picture headshot"}, { id: "3", name: "Emily Rodriguez", role: "Verified Buyer", company: "Fashion Lover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "woman portrait profile picture avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=2", imageAlt: "woman portrait profile picture avatar"}, { id: "4", name: "David Kim", role: "Loyal Customer", company: "Value Seeker", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg", imageAlt: "man portrait profile picture headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg?_wi=2", imageAlt: "man portrait profile picture headshot"}, ]} kpiItems={[ { value: "50K+", label: "Happy Customers" },