From 87e3e0eb861b3ca72570a0115dfc908e0a793796 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:35:57 +0000 Subject: [PATCH] Update src/app/chat/page.tsx --- src/app/chat/page.tsx | 84 +++++++++++-------------------------------- 1 file changed, 21 insertions(+), 63 deletions(-) diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx index cd69801..bbb5c7d 100644 --- a/src/app/chat/page.tsx +++ b/src/app/chat/page.tsx @@ -51,34 +51,16 @@ export default function ChatPage() { tag="Communication" metrics={[ { - id: "1", - value: "24/7", - title: "Always Available Community Support", - items: [ - "Real-time instant messaging", - "24-hour member support", - "Multi-language support", - ], + id: "1", value: "24/7", title: "Always Available Community Support", items: [ + "Real-time instant messaging", "24-hour member support", "Multi-language support"], }, { - id: "2", - value: "100k+", - title: "Active Members Connected", - items: [ - "Daily active users", - "Organized channel discussions", - "Global accessibility", - ], + id: "2", value: "100k+", title: "Active Members Connected", items: [ + "Daily active users", "Organized channel discussions", "Global accessibility"], }, { - id: "3", - value: "50+", - title: "Dedicated Channels", - items: [ - "Topic-specific channels", - "Learning & development", - "Support & assistance", - ], + id: "3", value: "50+", title: "Dedicated Channels", items: [ + "Topic-specific channels", "Learning & development", "Support & assistance"], }, ]} animationType="slide-up" @@ -96,57 +78,39 @@ export default function ChatPage() { tag="Features" features={[ { - title: "Multi-Channel Organization", - description: - "Organize conversations by topic, allowing members to find and join discussions relevant to their interests. Create dedicated spaces for announcements, learning, support, and socializing.", - icon: MessageCircle, + title: "Multi-Channel Organization", description: + "Organize conversations by topic, allowing members to find and join discussions relevant to their interests. Create dedicated spaces for announcements, learning, support, and socializing.", icon: MessageCircle, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg?_wi=2", - imageAlt: "Channel organization", - }, + "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg", imageAlt: "Channel organization"}, { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg?_wi=3", - imageAlt: "Mobile messaging", - }, + "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg", imageAlt: "Mobile messaging"}, ], }, { - title: "Rich Media Sharing", - description: - "Share images, videos, documents, and links. Support for various file formats enables rich conversations with images, presentations, and multimedia content.", - icon: MessageCircle, + title: "Rich Media Sharing", description: + "Share images, videos, documents, and links. Support for various file formats enables rich conversations with images, presentations, and multimedia content.", icon: MessageCircle, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg?_wi=3", - imageAlt: "Media sharing", - }, + "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg", imageAlt: "Media sharing"}, { imageSrc: - "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=3", - imageAlt: "File management", - }, + "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg", imageAlt: "File management"}, ], }, { - title: "Threaded Conversations", - description: - "Keep discussions organized with threaded replies. Prevent chat overflow and maintain context by responding within conversation threads.", - icon: MessageCircle, + title: "Threaded Conversations", description: + "Keep discussions organized with threaded replies. Prevent chat overflow and maintain context by responding within conversation threads.", icon: MessageCircle, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg?_wi=3", - imageAlt: "Conversation threads", - }, + "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg", imageAlt: "Conversation threads"}, { imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg?_wi=3", - imageAlt: "Group discussions", - }, + "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg", imageAlt: "Group discussions"}, ], }, ]} @@ -179,19 +143,13 @@ export default function ChatPage() { socialLinks={[ { icon: MessageCircle, - href: "https://discord.gg/bayatalislamm", - ariaLabel: "Discord Community", - }, + href: "https://discord.gg/bayatalislamm", ariaLabel: "Discord Community"}, { icon: Globe, - href: "https://bayatalislamm.com", - ariaLabel: "Official Website", - }, + href: "https://bayatalislamm.com", ariaLabel: "Official Website"}, { icon: Mail, - href: "mailto:info@bayatalislamm.com", - ariaLabel: "Email Contact", - }, + href: "mailto:info@bayatalislamm.com", ariaLabel: "Email Contact"}, ]} />