This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:26:13 +00:00
parent 417a8e53ac
commit c68f82c36c
+1 -6
View File
@@ -1,12 +1,7 @@
import Logo from "./Logo";
const Header = () => { const Header = () => {
return ( return (
<header className="fixed top-0 left-0 right-0 z-50 bg-background/95 backdrop-blur-sm border-b border-border"> <header className="fixed top-0 left-0 right-0 z-50 bg-background/95 backdrop-blur-sm border-b border-border">
<div className="max-w-6xl mx-auto px-6 py-3 flex items-center justify-between"> <div className="max-w-6xl mx-auto px-6 py-4 flex items-center justify-end">
<a href="/" className="flex items-center">
<Logo size="small" />
</a>
<nav className="hidden md:flex items-center gap-4 text-sm"> <nav className="hidden md:flex items-center gap-4 text-sm">
<a href="#gallery" className="border-2 border-primary text-primary px-4 py-2 rounded-sm hover:bg-primary hover:text-primary-foreground transition-colors"> <a href="#gallery" className="border-2 border-primary text-primary px-4 py-2 rounded-sm hover:bg-primary hover:text-primary-foreground transition-colors">