diff --git a/web/pages/social.tsx b/web/pages/social.tsx
index 8047f8b..fa45d87 100644
--- a/web/pages/social.tsx
+++ b/web/pages/social.tsx
@@ -3,6 +3,7 @@ import {discordLink, githubRepo, redditLink, stoatLink, supportEmail, xLink} fro
import {GeneralButton} from "web/components/buttons/general-button"
import {SEO} from "web/components/SEO"
import {useT} from "web/lib/locale"
+import {Row} from "web/components/layout/row";
function Section({
title,
@@ -40,9 +41,11 @@ export default function Social() {
title={t('social.community.title', 'Community')}
description={t('social.community.desc', 'Join our community chats and discussions.')}
>
-
-
-
+
+
+
+
+
{/* FOLLOW / UPDATES */}
@@ -50,7 +53,9 @@ export default function Social() {
title={t('social.follow.title', 'Follow & Updates')}
description={t('social.follow.desc', 'Stay informed about announcements and news.')}
>
-
+
+
+
{/* DEVELOPMENT */}
@@ -58,7 +63,9 @@ export default function Social() {
title={t('social.dev.title', 'Development')}
description={t('social.dev.desc', 'See our source code or contribute.')}
>
-
+
+
+
{/* CONTACT */}
@@ -66,7 +73,10 @@ export default function Social() {
title={t('social.contact.title', 'Contact')}
description={t('social.contact.desc', 'Reach out to us directly for inquiries.')}
>
-
+
+
+
)