From 77c1a59424c90ab39c178bab65bb0168c046908e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:43:06 +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 8053144..aea72b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,19 +127,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alex Johnson", handle: "@alexj_tech", testimonial: "Sirex products exceeded my expectations. Premium quality at reasonable prices. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alex Johnson" }, { id: "2", name: "Sarah Chen", handle: "@sarahc_reviews", testimonial: "The customer service is outstanding. Fast shipping and excellent product quality. Best purchase ever!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen" }, { id: "3", name: "Michael Rodriguez", handle: "@mrodriguez_tech", testimonial: "Sirex has amazing products. The attention to detail and interactive experience makes shopping fun.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Rodriguez" }, { id: "4", name: "Emma Wilson", handle: "@emmaw_gadgets", testimonial: "Finally found a brand that combines quality, style, and great customer support. Sirex is my go-to!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emma Wilson" } ]} showRating={true} -- 2.49.1