Update src/app/chat/page.tsx

This commit is contained in:
2026-03-03 05:35:57 +00:00
parent f2e43834bf
commit 87e3e0eb86

View File

@@ -51,34 +51,16 @@ export default function ChatPage() {
tag="Communication" tag="Communication"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "24/7", title: "Always Available Community Support", items: [
value: "24/7", "Real-time instant messaging", "24-hour member support", "Multi-language support"],
title: "Always Available Community Support",
items: [
"Real-time instant messaging",
"24-hour member support",
"Multi-language support",
],
}, },
{ {
id: "2", id: "2", value: "100k+", title: "Active Members Connected", items: [
value: "100k+", "Daily active users", "Organized channel discussions", "Global accessibility"],
title: "Active Members Connected",
items: [
"Daily active users",
"Organized channel discussions",
"Global accessibility",
],
}, },
{ {
id: "3", id: "3", value: "50+", title: "Dedicated Channels", items: [
value: "50+", "Topic-specific channels", "Learning & development", "Support & assistance"],
title: "Dedicated Channels",
items: [
"Topic-specific channels",
"Learning & development",
"Support & assistance",
],
}, },
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -96,57 +78,39 @@ export default function ChatPage() {
tag="Features" tag="Features"
features={[ features={[
{ {
title: "Multi-Channel Organization", title: "Multi-Channel Organization", description:
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,
"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: [ mediaItems: [
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg?_wi=2", "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg", imageAlt: "Channel organization"},
imageAlt: "Channel organization",
},
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg?_wi=3", "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg", imageAlt: "Mobile messaging"},
imageAlt: "Mobile messaging",
},
], ],
}, },
{ {
title: "Rich Media Sharing", title: "Rich Media Sharing", description:
description: "Share images, videos, documents, and links. Support for various file formats enables rich conversations with images, presentations, and multimedia content.", icon: MessageCircle,
"Share images, videos, documents, and links. Support for various file formats enables rich conversations with images, presentations, and multimedia content.",
icon: MessageCircle,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg?_wi=3", "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg", 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?_wi=3", "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg", imageAlt: "File management"},
imageAlt: "File management",
},
], ],
}, },
{ {
title: "Threaded Conversations", title: "Threaded Conversations", description:
description: "Keep discussions organized with threaded replies. Prevent chat overflow and maintain context by responding within conversation threads.", icon: MessageCircle,
"Keep discussions organized with threaded replies. Prevent chat overflow and maintain context by responding within conversation threads.",
icon: MessageCircle,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg?_wi=3", "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg", imageAlt: "Conversation threads"},
imageAlt: "Conversation threads",
},
{ {
imageSrc: imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg?_wi=3", "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg", imageAlt: "Group discussions"},
imageAlt: "Group discussions",
},
], ],
}, },
]} ]}
@@ -179,19 +143,13 @@ export default function ChatPage() {
socialLinks={[ socialLinks={[
{ {
icon: MessageCircle, icon: MessageCircle,
href: "https://discord.gg/bayatalislamm", href: "https://discord.gg/bayatalislamm", ariaLabel: "Discord Community"},
ariaLabel: "Discord Community",
},
{ {
icon: Globe, icon: Globe,
href: "https://bayatalislamm.com", href: "https://bayatalislamm.com", ariaLabel: "Official Website"},
ariaLabel: "Official Website",
},
{ {
icon: Mail, icon: Mail,
href: "mailto:info@bayatalislamm.com", href: "mailto:info@bayatalislamm.com", ariaLabel: "Email Contact"},
ariaLabel: "Email Contact",
},
]} ]}
/> />
</div> </div>