This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:54:46 +00:00
parent cb438368c6
commit f203e4a61c
+2 -2
View File
@@ -4,10 +4,10 @@ const Header = () => {
<div className="px-6 py-4 flex items-center justify-end">
<nav className="hidden md:flex items-center gap-4 text-sm">
<a href="#plans" className="border-2 border-primary text-primary px-4 py-2 rounded-sm hover:bg-primary hover:text-primary-foreground transition-colors">
<a href="#plans" className="bg-primary text-primary-foreground px-4 py-2 rounded-sm hover:bg-primary/90 transition-colors">
Abonnemang
</a>
<a href="#gallery" className="bg-primary text-primary-foreground px-4 py-2 rounded-sm hover:bg-primary/90 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">
Sortiment
</a>
</nav>