From 9de8c50a5420559789ac0ba1c4dffa4ee8f6e247 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:07:09 +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 77317c2..d141fb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,10 +158,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "BMW Owner", company: "Business Executive", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Rajesh Kumar testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1", imageAlt: "Rajesh Kumar testimonial"}, { id: "2", name: "Priya Singh", role: "Audi A6 Owner", company: "Corporate Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg", imageAlt: "Priya Singh testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=1", imageAlt: "Priya Singh testimonial"}, { id: "3", name: "Amit Patel", role: "Mercedes Owner", company: "Entrepreneur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "Amit Patel testimonial"}, @@ -170,10 +170,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-busines-clothes-showing-thumb-up-looking-camera-gray_171337-11351.jpg", imageAlt: "Neha Gupta testimonial"}, { id: "5", name: "Vikram Sharma", role: "Car Enthusiast", company: "Daily Driver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Vikram Sharma testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2", imageAlt: "Vikram Sharma testimonial"}, { id: "6", name: "Anjali Verma", role: "Jaguar Owner", company: "Luxury Vehicle Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg", imageAlt: "Anjali Verma testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-112532.jpg?_wi=2", imageAlt: "Anjali Verma testimonial"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1