From c57a3f3cf6983e28a2355a82da5b4de7ad52dcba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:37:00 +0000 Subject: [PATCH] Update src/app/chat/page.tsx --- src/app/chat/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx index bbb5c7d..b1ddd1c 100644 --- a/src/app/chat/page.tsx +++ b/src/app/chat/page.tsx @@ -83,10 +83,10 @@ export default function ChatPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg", imageAlt: "Channel organization"}, + "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg?_wi=2", imageAlt: "Channel organization"}, { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg", imageAlt: "Mobile messaging"}, + "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg?_wi=3", imageAlt: "Mobile messaging"}, ], }, { @@ -95,10 +95,10 @@ export default function ChatPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg", imageAlt: "Media sharing"}, + "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg?_wi=3", imageAlt: "Media sharing"}, { imageSrc: - "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg", imageAlt: "File management"}, + "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=3", imageAlt: "File management"}, ], }, { @@ -107,10 +107,10 @@ export default function ChatPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg", imageAlt: "Conversation threads"}, + "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg?_wi=3", imageAlt: "Conversation threads"}, { imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg", imageAlt: "Group discussions"}, + "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg?_wi=3", imageAlt: "Group discussions"}, ], }, ]}