Reverted to commit 77e7c13b63

This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 22:33:15 +00:00
parent 005b8322cc
commit 12bf91d529
-8
View File
@@ -12,14 +12,6 @@ const Header = () => {
/>
</a>
<nav className="hidden md:flex items-center gap-4 text-sm">
<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="border-2 border-primary text-primary px-4 py-2 rounded-sm hover:bg-primary hover:text-primary-foreground transition-colors">
Sortiment
</a>
</nav>
</div>
</header>
);