From 9521f0eecec7ac2a27115354792334b343853e7d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:53:02 +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 11efe38..80734a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,19 +133,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", handle: "@coffeelover_sarah", testimonial: "The best coffee I've ever tasted! The quality and freshness are unmatched. I'm ordering weekly now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=1" }, { id: "2", name: "James Chen", handle: "@chef_james", testimonial: "As a barista, I'm extremely picky about coffee. These beans are exceptional and my customers can taste the difference.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=2" }, { id: "3", name: "Elena Rodriguez", handle: "@morning_ritual", testimonial: "I love supporting sustainable coffee. Not only is it delicious, but I feel good about where my money is going.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=3" }, { id: "4", name: "Michael Thompson", handle: "@coffee_connoisseur", testimonial: "Incredible variety and consistent quality. Their customer service is top-notch too!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=4" } ]} /> -- 2.49.1