Fix start subscription link
Changed HeroSection start button to link to abonnemang section (#abonnemang) instead of plans (#plans) to ensure navigation to subscription area. X-Lovable-Edit-ID: edt-8df3264b-7991-40cf-a0b5-66d4b264015e
This commit is contained in:
@@ -23,7 +23,7 @@ const HeroSection = () => {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
||||||
<a href="#plans" className="btn-classic inline-block px-10 py-4 text-lg rounded-sm">
|
<a href="#abonnemang" className="btn-classic inline-block px-10 py-4 text-lg rounded-sm">
|
||||||
Starta Prenumeration
|
Starta Prenumeration
|
||||||
</a>
|
</a>
|
||||||
<a 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">
|
<a 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">
|
||||||
|
|||||||
Reference in New Issue
Block a user