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 */}