Seed: portfolio template (18 files)
This commit is contained in:
@@ -22,7 +22,7 @@ export default function Header() {
|
||||
];
|
||||
|
||||
return (
|
||||
<header className={`fixed top-0 inset-x-0 z-50 transition-all duration-300 \${scrolled ? "bg-background/80 backdrop-blur-lg border-b shadow-sm" : "bg-transparent"}`}>
|
||||
<header className={`fixed top-0 inset-x-0 z-50 transition-all duration-300 ${scrolled ? "bg-background/80 backdrop-blur-lg border-b shadow-sm" : "bg-transparent"}`}>
|
||||
<div className="mx-auto max-w-6xl flex items-center justify-between px-6 py-5">
|
||||
<Link to="/" className="text-lg font-bold tracking-tight">Alex Rivera</Link>
|
||||
<nav className="hidden md:flex items-center gap-8">
|
||||
|
||||
Reference in New Issue
Block a user