Changes
This commit is contained in:
@@ -8,12 +8,12 @@ const Header = () => {
|
|||||||
<Logo size="small" />
|
<Logo size="small" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<nav className="hidden md:flex items-center gap-8 text-sm">
|
<nav className="hidden md:flex items-center gap-6 text-sm">
|
||||||
<a href="#gallery" className="text-muted-foreground hover:text-primary transition-colors">
|
<a href="#gallery" className="text-muted-foreground hover:text-primary transition-colors">
|
||||||
Sortiment
|
Sortiment
|
||||||
</a>
|
</a>
|
||||||
<a href="#plans" className="text-muted-foreground hover:text-primary transition-colors">
|
<a href="#plans" className="bg-primary text-primary-foreground px-4 py-2 rounded-sm hover:bg-primary/90 transition-colors">
|
||||||
Prenumeration
|
Abonnemang
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user