From dfdc860616fae156d3c8430867964d6b76e71cdd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:42:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b40b9c3..1b9effa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { }, { name: "Michael Chen", handle: "Professional", testimonial: "Perfect fit and excellent customer service. Highly recommended!", 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=1" }, { name: "Sarah Martinez", handle: "Student", testimonial: "Affordable prices without compromising on quality. My go-to store!", rating: 5, @@ -166,7 +166,7 @@ export default function LandingPage() { id: "1", title: "Best shopping experience ever", quote: "The quality of the clothes exceeded my expectations. The fit is perfect and the delivery was incredibly fast. I'll definitely be shopping here again!", name: "Jessica Anderson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Jessica Anderson" }, { - id: "2", title: "Exceptional customer service", quote: "I had a question about sizing and their customer service team responded within minutes. They truly care about customer satisfaction. Highly impressed!", name: "David Thompson", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson" + id: "2", title: "Exceptional customer service", quote: "I had a question about sizing and their customer service team responded within minutes. They truly care about customer satisfaction. Highly impressed!", name: "David Thompson", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Thompson" }, { id: "3", title: "Love the sustainable approach", quote: "Finally a brand that cares about the environment. The eco-friendly collection is fantastic and I feel good about my purchase.", name: "Rachel Green", role: "Environmental Advocate", imageSrc: "http://img.b2bpic.net/free-photo/photo-fashionable-girl-with-bright-ginger-hairstyle-bandage-neck-light-modern-clothes-looking-front-outdoor_197531-24727.jpg", imageAlt: "Rachel Green" -- 2.49.1