Remove dashes from guarantee text

Removed the long dash characters around the satisfaction guarantee, leaving plain text: "Alltid med fullständig nöjdhetsgaranti" in plans section.

X-Lovable-Edit-ID: edt-aecdd923-1610-4ea6-85e4-1cbc536046c8
This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 13:30:26 +00:00
+1 -1
View File
@@ -179,7 +179,7 @@ const PlansSection = () => {
{/* Satisfaction guarantee */}
<div className="mt-8 md:mt-12 text-center">
<p className="font-display text-sm md:text-xl italic text-muted-foreground">
Alltid med fullständig nöjdhetsgaranti
Alltid med fullständig nöjdhetsgaranti
</p>
</div>