This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 13:28:12 +00:00
parent 3f320f52db
commit 70d8f813cf
+10
View File
@@ -176,6 +176,16 @@ const PlansSection = () => {
))} ))}
</div> </div>
{/* Satisfaction guarantee */}
<div className="mt-8 md:mt-12 text-center">
<div className="inline-flex items-center gap-2 md:gap-3 bg-card px-4 md:px-6 py-2 md:py-3 rounded-sm border border-border">
<Check className="w-4 h-4 md:w-5 md:h-5 text-primary flex-shrink-0" />
<span className="text-xs md:text-base text-foreground font-medium">
100% Nöjd-garanti avsluta när du vill
</span>
</div>
</div>
</div> </div>
</section> </section>
); );