From 0f3b1e83d9cad838206ad10bda36b29a2e945f2b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:42:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d4cd63..b17d5d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,16 +116,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alexandra Chen", handle: "@alexstyles", testimonial: "The quality is unmatched. I've invested in several pieces from THREADS and each one has become a wardrobe staple. The attention to detail is incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Alexandra Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Alexandra Chen"}, { id: "2", name: "Sofia Rodriguez", handle: "@sofiamode", testimonial: "Finally, a brand that combines sustainability with sophistication. Every purchase feels good because I know exactly where my clothes come from.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Sofia Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Sofia Rodriguez"}, { id: "3", name: "Marcus Johnson", handle: "@marcusfashion", testimonial: "The craftsmanship is exceptional. These aren't just clothes; they're investments in quality pieces that'll last for years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Marcus Johnson"}, { id: "4", name: "Emma Williams", handle: "@emmalovesthreads", testimonial: "I love the styling guides and customer service. THREADS truly cares about helping you find pieces that work for your personal style.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Emma Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=3", imageAlt: "Emma Williams"}, ]} showRating={true} animationType="slide-up" -- 2.49.1