From 32ce3665e93e7e6736ec6bdc87258c9997e39811 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:28:08 +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 333c12e..1243e2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Tech Enthusiast", testimonial: "Best selection of electronics I've found online. Fast shipping!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businesswoman-standing-near-window_171337-16068.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businesswoman-standing-near-window_171337-16068.jpg?_wi=1" }, { name: "Sarah Chen", handle: "Professional", testimonial: "Great prices and authentic products. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213576.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213576.jpg?_wi=1" } ]} buttons={[ @@ -182,11 +182,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Torres", role: "Software Engineer", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businesswoman-standing-near-window_171337-16068.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businesswoman-standing-near-window_171337-16068.jpg?_wi=2" }, { id: "2", name: "Emily Watson", role: "Marketing Manager", company: "Digital Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213576.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213576.jpg?_wi=2" }, { id: "3", name: "David Kim", role: "Product Designer", company: "Design Studio", rating: 5, -- 2.49.1