diff --git a/app/page.tsx b/app/page.tsx index 42972c1..8577206 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -29,25 +29,31 @@ export default function Home() { We work at the intersection of{" "} computational neuroscience + + {" "} and{" "} machine learning + +
We are interested in understanding{" "} behavior + + {" "} in computational terms and in reverse-engineering the algorithms of the brain.
diff --git a/components/header.tsx b/components/header.tsx index 263a03f..26829a9 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -94,11 +94,15 @@ export function Header() { key={item.name} href={item.href} className={cn( - "text-sm font-medium transition-colors hover:text-primary", - isActive ? "text-foreground" : "text-muted-foreground" + "group relative text-sm font-medium transition-all duration-200", + isActive ? "text-foreground" : "text-muted-foreground hover:text-foreground" )} > {item.name} + ) })} @@ -113,20 +117,21 @@ export function Header() { createPortal(