chore: adjust landing page (#69)

- 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
This commit is contained in:
Denta
2025-12-09 14:16:21 +07:00
committed by GitHub
parent a3d35716a6
commit abc4c26d5d
5 changed files with 25 additions and 3 deletions
@@ -6,6 +6,7 @@ import { useRef } from 'react';
import { import {
FaArrowRight, FaArrowRight,
FaDiscord, FaDiscord,
FaGithub,
FaFacebook, FaFacebook,
FaInstagram, FaInstagram,
FaLinkedin, FaLinkedin,
@@ -45,6 +46,8 @@ export function CommunitySection() {
return FaFacebook; return FaFacebook;
case 'FaDiscord': case 'FaDiscord':
return FaDiscord; return FaDiscord;
case 'FaGithub':
return FaDiscord;
case 'FaInstagram': case 'FaInstagram':
return FaInstagram; return FaInstagram;
case 'FaTiktok': case 'FaTiktok':
@@ -66,6 +69,10 @@ export function CommunitySection() {
return { return {
iconColor: 'text-[#5865F2]', iconColor: 'text-[#5865F2]',
}; };
case 'FaGithub':
return {
iconColor: 'text-[#000000]',
};
case 'FaInstagram': case 'FaInstagram':
return { return {
iconColor: 'text-[#E4405F]', iconColor: 'text-[#E4405F]',
@@ -78,7 +78,7 @@ export function CTASection() {
<div className="flex flex-col items-center gap-6 text-white"> <div className="flex flex-col items-center gap-6 text-white">
<LogoSimple className="w-[240px]" /> <LogoSimple className="w-[240px]" />
<div className="text-center space-y-2"> <div className="text-center space-y-2">
<h3 className="text-2xl font-bold">180.000+</h3> <h3 className="text-2xl font-bold">250.000+</h3>
<p className="text-lg">Programmer Sudah Bergabung</p> <p className="text-lg">Programmer Sudah Bergabung</p>
</div> </div>
</div> </div>
@@ -5,6 +5,7 @@ import Link from 'next/link';
import { import {
FaDiscord, FaDiscord,
FaFacebook, FaFacebook,
FaGithub,
FaInstagram, FaInstagram,
FaLinkedinIn, FaLinkedinIn,
FaTiktok, FaTiktok,
@@ -37,6 +38,13 @@ export default function Footer() {
> >
<FaDiscord className="size-6" /> <FaDiscord className="size-6" />
</Link> </Link>
<Link
href="https://github.com/IMPHNEN/"
className="text-muted-foreground hover:text-foreground"
target="_blank"
>
<FaGithub className="size-6" />
</Link>
<Link <Link
href="https://www.instagram.com/imphnen.dev" href="https://www.instagram.com/imphnen.dev"
className="text-muted-foreground hover:text-foreground" className="text-muted-foreground hover:text-foreground"
@@ -92,7 +100,7 @@ export default function Footer() {
</ul> </ul>
</div> </div>
<div className="space-y-4"> <div className="space-y-4">
<h3 className="text-lg font-bold">Patners</h3> <h3 className="text-lg font-bold">Partners</h3>
<ul className="space-y-2"></ul> <ul className="space-y-2"></ul>
</div> </div>
</div> </div>
+1 -1
View File
@@ -1,5 +1,5 @@
[ [
{ "value": "180K+", "label": "Member" }, { "value": "250K+", "label": "Member" },
{ "value": "500+", "label": "Meme Harian" }, { "value": "500+", "label": "Meme Harian" },
{ "value": "24/7", "label": "Yapping" } { "value": "24/7", "label": "Yapping" }
] ]
+7
View File
@@ -13,6 +13,13 @@
"description": "Real-time collaboration chat", "description": "Real-time collaboration chat",
"link": "https://discord.gg/imphnen" "link": "https://discord.gg/imphnen"
}, },
{
"name": "Github",
"icon": "FaGithub",
"color": "#5865F2",
"description": "Platforms to collaborate on your code",
"link": "https://github.com/IMPHNEN/"
},
{ {
"name": "Instagram", "name": "Instagram",
"icon": "FaInstagram", "icon": "FaInstagram",