From 6bd7a38c0c67f9a21d7a05b4d1960a2208e5501c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:25:55 +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 c695d23..a9f8458 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,11 +153,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Absolutely love the quality of products and the fast shipping! The customer service team was so helpful when I had a question.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-emotional-caucasian-girl-with-hair-knot-having-rest-cafe_273609-9038.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-emotional-caucasian-girl-with-hair-knot-having-rest-cafe_273609-9038.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best shopping experience I've had online. Everything arrived in perfect condition and their packaging is beautiful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The product selection is amazing and the prices are fair. I'm already a repeat customer and recommend to all my friends.", rating: 5, @@ -169,11 +169,11 @@ export default function LandingPage() { }, { id: "5", name: "Jessica Williams", handle: "@jessicaw", testimonial: "The quality of these products is unmatched. I've tried several competitors, but nothing compares. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-emotional-caucasian-girl-with-hair-knot-having-rest-cafe_273609-9038.jpg", imageAlt: "Jessica Williams" + imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-emotional-caucasian-girl-with-hair-knot-having-rest-cafe_273609-9038.jpg?_wi=2", imageAlt: "Jessica Williams" }, { id: "6", name: "Robert Martinez", handle: "@rmartinez", testimonial: "Excellent service and reasonable prices. I saved so much with your free shipping offer. Will definitely shop here again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", imageAlt: "Robert Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg?_wi=2", imageAlt: "Robert Martinez" } ]} showRating={true} -- 2.49.1