diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx index c191a27..cd69801 100644 --- a/src/app/chat/page.tsx +++ b/src/app/chat/page.tsx @@ -103,12 +103,12 @@ export default function ChatPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg", + "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", + "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg?_wi=3", imageAlt: "Mobile messaging", }, ], @@ -121,12 +121,12 @@ export default function ChatPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg", + "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", + "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=3", imageAlt: "File management", }, ], @@ -139,12 +139,12 @@ export default function ChatPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg", + "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", + "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg?_wi=3", imageAlt: "Group discussions", }, ],