From 9a50387a7d3b299f507dcfdbfabc84301e0fa90e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 01:38:00 +0000 Subject: [PATCH] Update src/app/messaging/page.tsx --- src/app/messaging/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/messaging/page.tsx b/src/app/messaging/page.tsx index c1dedaa..b19623a 100644 --- a/src/app/messaging/page.tsx +++ b/src/app/messaging/page.tsx @@ -7,17 +7,21 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function MessagingPage() { return ( - + - +

Messaging & Chat

Securely connect with others through encrypted, high-speed private messaging.

- +
);