diff --git a/src/app/[locale]/checkout/components/PaymentSection.tsx b/src/app/[locale]/checkout/components/PaymentSection.tsx index c54d11f..8640a9a 100644 --- a/src/app/[locale]/checkout/components/PaymentSection.tsx +++ b/src/app/[locale]/checkout/components/PaymentSection.tsx @@ -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" && ( - + )} ); diff --git a/src/app/[locale]/checkout/page.tsx b/src/app/[locale]/checkout/page.tsx index d4aea15..6d37ed6 100644 --- a/src/app/[locale]/checkout/page.tsx +++ b/src/app/[locale]/checkout/page.tsx @@ -709,6 +709,14 @@ export default function CheckoutPage() { disabled={isLoading} /> + {/* Money Back Guarantee Trust Badge */} +
+ + + + {t("moneyBackGuarantee")} +
+