"use client"; import { motion } from "framer-motion"; import { useTranslations } from "next-intl"; export default function TrustBadges() { const t = useTranslations("TrustBadges"); return (

4.9/5

{t("averageRating")}

{t("basedOnReviews")}

50,000+

{t("happyCustomers")}

{t("worldwide")}

100%

{t("naturalIngredients")}

{t("noAdditives")}

Free

{t("freeShipping")}

{t("ordersOver")}

); }