From b5f2520deca4a7b8a73bd8f9139648e2022bae68 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:43:26 +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 34bf047..fefd2b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,7 +160,7 @@ export default function LandingPage() { id: "3", name: "Emma Rodriguez", role: "UX Strategist", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-camera-photo-looking-away_23-2148565518.jpg", imageAlt: "Emma Rodriguez" }, { - id: "4", name: "James Park", role: "Dev Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "James Park" + id: "4", name: "James Park", role: "Dev Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=1", imageAlt: "James Park" }, ]} /> @@ -176,7 +176,7 @@ export default function LandingPage() { id: "2", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", imageAlt: "David Thompson" }, { - id: "3", name: "Lisa Wang", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "Lisa Wang" + id: "3", name: "Lisa Wang", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=2", imageAlt: "Lisa Wang" }, { id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", imageAlt: "Michael Brown" -- 2.49.1