Update HeroSection buttons to use Next.js Link for navigation to events and leaderboard, enhancing user experience and accessibility. Rename game title in Navigation component to 'Peaksys'.

This commit is contained in:
Julien Froidefond
2025-12-09 08:51:24 +01:00
parent 82c557e10c
commit d1e94f1402
2 changed files with 13 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ export default function Navigation() {
</div>
<div className="text-pixel-gold text-xs font-gaming-subtitle font-semibold flex items-center gap-1 tracking-wide">
<span></span>
<span>Game of Tech</span>
<span>Peaksys</span>
<span></span>
</div>
</div>