From 382668078632c2eb9ed631357111bfe77d4c02cd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:35:57 +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 4d2d13f..d7eaa14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,19 +135,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "CEO", testimonial: "Working with this designer transformed our product vision. The attention to detail and user-centered approach resulted in a 40% increase in user engagement.", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen" }, { id: "2", name: "Michael Rodriguez", role: "Creative Director", testimonial: "Exceptional creativity paired with strategic thinking. The brand identity system delivered exceeded all our expectations and truly sets us apart in the market.", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Rodriguez" }, { id: "3", name: "Emily Watson", role: "Product Lead", testimonial: "A true professional who understands both design and business. The mobile interface improved our conversion rate by 35% and user satisfaction scores are at an all-time high.", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Watson" }, { id: "4", name: "James Park", role: "Founder", testimonial: "Clean, sophisticated design thinking. The digital platform redesign was seamless, and the collaboration process was smooth from start to finish. Highly recommended.", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Park" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Park" } ]} /> -- 2.49.1