From 348dc8c08bd4b1c75d51c9396ceff70a5bc2bf19 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:59:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6d7c3f..2948f27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { testimonials={[ { name: "Emma Thompson", handle: "Fashion Blogger", testimonial: "Finally found shoes that are both stylish and comfortable. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Emma Thompson" }, { name: "Michael Chen", handle: "Designer", testimonial: "The quality and variety of shoes here is unmatched. Best selection online.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen" }, { name: "Sarah Wilson", handle: "Style Enthusiast", testimonial: "Love the ease of navigation and fast shipping. Customer service is excellent!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Sarah Wilson" } ]} testimonialRotationInterval={5000} @@ -155,11 +155,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jessica Martinez", handle: "@jessicam_style", testimonial: "Amazing quality shoes at reasonable prices. The fit is perfect and shipping was incredibly fast!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3" }, { id: "2", name: "David Johnson", handle: "@davidj_runner", testimonial: "Best running shoes I've ever owned. Comfortable all day and they look great too.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { id: "3", name: "Rachel Lee", handle: "@rachel_fashion", testimonial: "Such a wide variety of styles! Found the perfect heels for my event. Highly recommended!", rating: 5, @@ -167,15 +167,15 @@ export default function LandingPage() { }, { id: "4", name: "Marcus Williams", handle: "@marcus_casual", testimonial: "Customer service helped me find my exact size. They went above and beyond to help!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4" }, { id: "5", name: "Sophie Chen", handle: "@sophiec_walks", testimonial: "Bought three pairs already. The comfort and style are unbeatable. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5" }, { id: "6", name: "Thomas Anderson", handle: "@thomas_kicks", testimonial: "This is now my go-to shoe store. Quality, selection, and service are all top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" } ]} showRating={true} -- 2.49.1