From e61979cbb65863078c4a9b94b9c9c76c24e1004b Mon Sep 17 00:00:00 2001 From: Denta Date: Wed, 10 Dec 2025 12:22:37 +0800 Subject: [PATCH] chore(landing): adjust landing page (#71) * chore: adjust landing page - change typo text in footer "patners" -> "partnerts" - add github in community section, and footer - update the value of stat members in hero and cta section * chore: adjust landing page - fix logo github in community section --- .../src/app/(public)/(home)/_components/community-section.tsx | 2 +- apps/landing/src/data/socials.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/landing/src/app/(public)/(home)/_components/community-section.tsx b/apps/landing/src/app/(public)/(home)/_components/community-section.tsx index 81e67e2..48552d4 100644 --- a/apps/landing/src/app/(public)/(home)/_components/community-section.tsx +++ b/apps/landing/src/app/(public)/(home)/_components/community-section.tsx @@ -47,7 +47,7 @@ export function CommunitySection() { case 'FaDiscord': return FaDiscord; case 'FaGithub': - return FaDiscord; + return FaGithub; case 'FaInstagram': return FaInstagram; case 'FaTiktok': diff --git a/apps/landing/src/data/socials.json b/apps/landing/src/data/socials.json index 56d22af..51d9326 100644 --- a/apps/landing/src/data/socials.json +++ b/apps/landing/src/data/socials.json @@ -16,7 +16,7 @@ { "name": "Github", "icon": "FaGithub", - "color": "#5865F2", + "color": "#000000", "description": "Platforms to collaborate on your code", "link": "https://github.com/IMPHNEN/" },