Swapped header buttons and renamed hero link
Swapped positions of Abonnemang and Sortiment in header. Replaced hero CTA text from Se Produkter to Sortiment. X-Lovable-Edit-ID: edt-84890302-4917-4b63-84ab-f86fd259e0bd
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user