From bbc33e9cbdce08982e72f1430d85dc0e8c1673bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:23:55 +0000 Subject: [PATCH] Update src/app/examples/page.tsx --- src/app/examples/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/examples/page.tsx b/src/app/examples/page.tsx index abfb1ec..9722465 100644 --- a/src/app/examples/page.tsx +++ b/src/app/examples/page.tsx @@ -78,37 +78,37 @@ export default function ExamplesPage() { { id: "1", name: "Marcus Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Johnson", }, { id: "2", name: "Sarah Chen", - imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=3", imageAlt: "Sarah Chen", }, { id: "3", name: "Derek Williams", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Derek Williams", }, { id: "4", name: "Jennifer Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=2", imageAlt: "Jennifer Rodriguez", }, { id: "5", name: "Tom Bradley", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Tom Bradley", }, { id: "6", name: "Amanda Foster", - imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=4", imageAlt: "Amanda Foster", }, ]}