Rensa abonnemang header
Removed italic styling from header and deleted the explicit Abonnemang label above plan names to simplify titles. Also kept plan names straightforward without extra header text. X-Lovable-Edit-ID: edt-8f7b907d-89b1-429e-9f7b-0cd3040dc897
This commit is contained in:
@@ -45,7 +45,7 @@ const PlansSection = () => {
|
|||||||
<div className="divider-ornament mb-6">
|
<div className="divider-ornament mb-6">
|
||||||
<span className="ornament">✦</span>
|
<span className="ornament">✦</span>
|
||||||
</div>
|
</div>
|
||||||
<h2 className="font-display text-4xl md:text-5xl font-semibold mb-4 italic">
|
<h2 className="font-display text-4xl md:text-5xl font-semibold mb-4">
|
||||||
Våra Abonnemang
|
Våra Abonnemang
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-muted-foreground text-lg max-w-2xl mx-auto">
|
<p className="text-muted-foreground text-lg max-w-2xl mx-auto">
|
||||||
@@ -62,9 +62,6 @@ const PlansSection = () => {
|
|||||||
>
|
>
|
||||||
{/* Plan header */}
|
{/* Plan header */}
|
||||||
<div className="text-center mb-6 pb-6 border-b border-border">
|
<div className="text-center mb-6 pb-6 border-b border-border">
|
||||||
<p className="text-muted-foreground text-sm uppercase tracking-wider mb-1">
|
|
||||||
Abonnemang
|
|
||||||
</p>
|
|
||||||
<h3 className="font-display text-3xl font-semibold text-foreground">
|
<h3 className="font-display text-3xl font-semibold text-foreground">
|
||||||
{plan.name}
|
{plan.name}
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user