This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:53:54 +00:00
parent 4d43c40c33
commit 34ed636fea
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -4,12 +4,12 @@ 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="#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>
<a href="#plans" className="bg-primary text-primary-foreground px-4 py-2 rounded-sm hover:bg-primary/90 transition-colors">
<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">
Abonnemang
</a>
<a href="#gallery" className="bg-primary text-primary-foreground px-4 py-2 rounded-sm hover:bg-primary/90 transition-colors">
Sortiment
</a>
</nav>
</div>
</header>
+1 -1
View File
@@ -36,7 +36,7 @@ const HeroSection = () => {
href="#gallery"
className="inline-block px-10 py-4 text-lg rounded-sm border-2 border-primary text-primary hover:bg-primary hover:text-primary-foreground transition-colors"
>
Se Produkter
Sortiment
</a>
</div>
</div>