From 2e0e631b843f498b05dfe918baf8e95b5b63f60f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:34:04 +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 7e41697..af51381 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,11 +142,11 @@ export default function LandingPage() { { id: "1", name: "Michel D.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michel D."}, { - id: "2", name: "Sophie R.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sophie R."}, + id: "2", name: "Sophie R.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sophie R."}, { id: "3", name: "Jean-Paul L.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "Jean-Paul L."}, { - id: "4", name: "Claire M.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Claire M."}, + id: "4", name: "Claire M.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Claire M."}, { id: "5", name: "Philippe T.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-dental-office-wainting-consultation-elderly-male-smiling-webcam-s_482257-4047.jpg", imageAlt: "Philippe T."}, { -- 2.49.1