import { getTranslation } from "@turbostarter/i18n/server"; const stats = [ { key: "reports" }, { key: "rating" }, { key: "dimensions" }, ] as const; export const SocialProof = async () => { const { t } = await getTranslation({ ns: "marketing" }); return (