Update src/app/chat/page.tsx

This commit is contained in:
2026-03-03 05:32:05 +00:00
parent 5b93db921e
commit 34ed40dac7

View File

@@ -103,12 +103,12 @@ export default function ChatPage() {
mediaItems: [ mediaItems: [
{ {
imageSrc: 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", imageAlt: "Channel organization",
}, },
{ {
imageSrc: 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", imageAlt: "Mobile messaging",
}, },
], ],
@@ -121,12 +121,12 @@ export default function ChatPage() {
mediaItems: [ mediaItems: [
{ {
imageSrc: 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", imageAlt: "Media sharing",
}, },
{ {
imageSrc: 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", imageAlt: "File management",
}, },
], ],
@@ -139,12 +139,12 @@ export default function ChatPage() {
mediaItems: [ mediaItems: [
{ {
imageSrc: 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", imageAlt: "Conversation threads",
}, },
{ {
imageSrc: 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", imageAlt: "Group discussions",
}, },
], ],