From 9e50be68cd4f77192b3fbaab2dffeb5f7bd909cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:27:48 +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 294c57e..3555a49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,9 +128,9 @@ export default function LandingPage() { { id: "1", name: "Sarah Khan", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Khan"}, { - id: "2", name: "Ahmed Ali", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Ali"}, + id: "2", name: "Ahmed Ali", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Ali"}, { - id: "3", name: "Fatima Hassan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Fatima Hassan"}, + id: "3", name: "Fatima Hassan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Fatima Hassan"}, { id: "4", name: "Rizwan Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Rizwan Ahmed"}, ]} -- 2.49.1