feat: add 30-day money back guarantee trust badge above complete order button

- Add green trust badge with checkmark icon above 'Complete Order' button
- Add translations for all locales (EN, SR, DE, FR)
- Badge includes: '30-Day Money-Back Guarantee' text
- Styled with green background and border to match trust/conversion theme
This commit is contained in:
Unchained
2026-03-29 14:27:05 +02:00
parent eaf599f248
commit 10b18c6010
8 changed files with 62 additions and 81 deletions

View File

@@ -38,9 +38,9 @@ export function PaymentSection({
disabled={disabled}
/>
{/* Show COD instructions when COD is selected */}
{/* COD instructions can be shown here if needed */}
{selectedMethod?.id === "cod" && (
<CODInstructions locale={locale} />
<CODInstructions />
)}
</section>
);