Changes
This commit is contained in:
@@ -4,12 +4,12 @@ const Header = () => {
|
|||||||
<div className="px-6 py-4 flex items-center justify-end">
|
<div className="px-6 py-4 flex items-center justify-end">
|
||||||
|
|
||||||
<nav className="hidden md:flex items-center gap-4 text-sm">
|
<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">
|
<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">
|
||||||
Sortiment
|
|
||||||
</a>
|
|
||||||
<a href="#plans" className="bg-primary text-primary-foreground px-4 py-2 rounded-sm hover:bg-primary/90 transition-colors">
|
|
||||||
Abonnemang
|
Abonnemang
|
||||||
</a>
|
</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>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ const HeroSection = () => {
|
|||||||
href="#gallery"
|
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"
|
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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user