Changes
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user