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