From c0197694c4663ee1da8488a22398c53f02d9ab28 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:06:29 +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 e780b47..83a6dfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,28 +146,28 @@ export default function LandingPage() { name: "Alex Rivet", handle: "@alexr", testimonial: "Incredible attention to detail and a true creative partner for our branding needs.", - imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg?_wi=1", }, { id: "2", name: "Sarah Chen", handle: "@schen_dev", testimonial: "The UI designs delivered were modern, intuitive, and perfectly matched our vision.", - imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg?_wi=2", }, { id: "3", name: "Mark D.", handle: "@mdstudio", testimonial: "Exemplary motion graphics work that elevated our marketing reel significantly.", - imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg?_wi=3", }, { id: "4", name: "Elena V.", handle: "@elena_v", testimonial: "A pleasure to work with, consistently hitting deadlines with high-quality results.", - imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg?_wi=4", }, ]} /> -- 2.49.1