More staff pictures & styling
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 52s

This commit is contained in:
Antoni Nuñez Romeu
2026-03-20 02:12:04 +01:00
parent 16cb8c78ce
commit b87443f0e5
8 changed files with 86 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ const Navbar = () => {
className={`fixed top-0 left-0 right-0 z-50 transition-all duration-300 ${
scrolled
? "bg-background shadow-card"
: "bg-background"
: "bg-background-white"
}`}
>
<div className="container mx-auto flex items-center justify-between px-4 py-3 relative z-50">
@@ -47,7 +47,7 @@ const Navbar = () => {
<a
key={link.href}
href={link.href}
className="text-sm font-medium text-foreground/80 hover:text-primary transition-colors"
className="text-sm font-medium text-black/80 hover:text-primary transition-colors"
>
{link.label}
</a>