Remove header buttons

Hide abonnemang and Sortiment from header on desktop by removing nav links in Header.tsx, so only logo shows.

X-Lovable-Edit-ID: edt-9387f358-e025-4e7d-81ad-af813d184b55
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 22:18:28 +00:00
-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>
);