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
This commit is contained in:
Denta
2025-12-10 11:22:37 +07:00
committed by GitHub
parent 0c7887268c
commit e61979cbb6
2 changed files with 2 additions and 2 deletions
@@ -47,7 +47,7 @@ export function CommunitySection() {
case 'FaDiscord':
return FaDiscord;
case 'FaGithub':
return FaDiscord;
return FaGithub;
case 'FaInstagram':
return FaInstagram;
case 'FaTiktok':
+1 -1
View File
@@ -16,7 +16,7 @@
{
"name": "Github",
"icon": "FaGithub",
"color": "#5865F2",
"color": "#000000",
"description": "Platforms to collaborate on your code",
"link": "https://github.com/IMPHNEN/"
},