reorganize components into home directory, add FadeInOnView animation component, and update Hero layout with staggered fade-in effects

This commit is contained in:
2025-12-05 16:17:09 +01:00
parent 1f55c48a67
commit 726382e041
12 changed files with 604 additions and 29 deletions

View File

@@ -22,7 +22,7 @@ function NavLinkDark({
return (
<Link
href={href}
className="inline-block rounded-lg px-2 tracking-wider py-1 text-sm text-white hover:bg-white/10 hover:text-white"
className="inline-block rounded-lg px-2 tracking-widest py-1 text-sm text-white hover:bg-white/10 hover:text-white"
>
{children}
</Link>