From 4af5412c7696587a7afa4f0463fc2125629e0ead Mon Sep 17 00:00:00 2001 From: Unchained Date: Sat, 21 Mar 2026 19:00:31 +0200 Subject: [PATCH] feat: Add trust indicators to product page - Add 30-day money-back guarantee, secure checkout, easy returns icons - Reorganize product page layout with clearer trust messaging - Update free shipping threshold messaging --- src/components/product/ProductDetail.tsx | 30 +++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/components/product/ProductDetail.tsx b/src/components/product/ProductDetail.tsx index 57ac6fb..ccc4ca2 100644 --- a/src/components/product/ProductDetail.tsx +++ b/src/components/product/ProductDetail.tsx @@ -289,12 +289,40 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR" )} {/* Free Shipping Note */} -

+

{locale === "EN" ? "Free shipping on orders over 3,000 RSD" : "Besplatna dostava za porudžbine preko 3.000 RSD"}

+ {/* Trust Indicators */} +
+
+ + + +

+ {locale === "EN" ? "30-Day Guarantee" : "30-dnevna garancija"} +

+
+
+ + + +

+ {locale === "EN" ? "Secure Checkout" : "Sigurno plaćanje"} +

+
+
+ + + +

+ {locale === "EN" ? "Easy Returns" : "Lak povrat"} +

+
+
+ {/* Divider */}