From d48a074759d79c154bd3de9bd2923fc0001ccaf2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:17:08 +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 baf41dc..40d2744 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,10 +144,10 @@ export default function LandingPage() { id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man portrait professional headshot" }, { - id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "man portrait smiling headshot" + id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "man portrait smiling headshot" }, { - id: "3", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "man portrait confident headshot" + id: "3", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "man portrait confident headshot" }, { id: "4", name: "Anthony Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", imageAlt: "man portrait friendly headshot" -- 2.49.1