refactor: reorganize layout structure by moving Header and Footer components to RootLayout

This commit is contained in:
ArraysID
2025-05-11 05:27:19 +07:00
parent 6d29c81dad
commit da11ba5894
4 changed files with 25 additions and 22 deletions
@@ -134,9 +134,15 @@ export function Header() {
>
Testimoni
</Link>
<Button className="mt-4 bg-gradient-to-r from-primary to-blue-400 hover:from-primary/90 hover:to-blue-400/90 font-bold text-black hover:text-white cursor-pointer">
Gabung Discord
</Button>
<a
href="https://discord.com/invite/imphnen"
target="_blank"
className="mt-4"
>
<Button className="mt-4 bg-gradient-to-r from-primary to-blue-400 hover:from-primary/90 hover:to-blue-400/90 font-bold text-black hover:text-white cursor-pointer">
Gabung Discord
</Button>
</a>
</nav>
</div>
)}