reorganize components into home directory, add FadeInOnView animation component, and update Hero layout with staggered fade-in effects
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user