From 5c9f2afd962379f0ac8f5fec0f5030a68d62c1c6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:29:39 +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 9f93980..9c1a8d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,16 +132,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Elena Rossi", handle: "Creative Director", testimonial: "Their design philosophy transcends trends. They created a space that feels timeless and purposeful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Elena Rossi"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1", imageAlt: "Elena Rossi"}, { id: "2", name: "Marcus Chen", handle: "Project Lead", testimonial: "Exceptional attention to detail. Every material, every line serves the overall vision. Truly transformative.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Chen"}, { id: "3", name: "Sophie Laurent", handle: "Developer", testimonial: "Minimalist in concept but maximalist in impact. Their spaces challenge and inspire everyone who enters.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Sophie Laurent"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2", imageAlt: "Sophie Laurent"}, { id: "4", name: "James Morrison", handle: "Corporate Executive", testimonial: "A rare studio that understands restraint as strength. Their work elevated our entire brand experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Morrison"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Morrison"}, ]} /> -- 2.49.1