From 74f11e02e1f7a4a23558eb309252b162c87b18a4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:41:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cf431f..85dc0de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,22 +205,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "DesignStudio completely transformed our online presence. Our website conversions increased by 42% within three months. Highly recommend!", rating: 5, - 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: "Marcus Johnson", handle: "@marcusj", testimonial: "The team was professional, responsive, and delivered a stunning website ahead of schedule. They truly understand design and business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson"}, { id: "3", name: "Elena Rodriguez", handle: "@elenar", testimonial: "Best investment we made for our startup. The design is beautiful, performant, and our customers love the experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Elena Rodriguez"}, { id: "4", name: "David Park", handle: "@davidpark", testimonial: "Exceptional attention to detail and strategic thinking. They didn't just build a website; they built a growth engine for our business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Park"}, { id: "5", name: "Jessica Williams", handle: "@jessicaw", testimonial: "From concept to launch, the entire process was seamless. Their design expertise combined with development excellence is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Williams"}, { id: "6", name: "Alexander Kumar", handle: "@akumar", testimonial: "Working with DesignStudio was a game-changer. Our new website is not only stunning but also ranks well on search engines.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexander Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Alexander Kumar"}, ]} /> -- 2.49.1