import { useTranslations } from "next-intl" export default function MermsHowItWorks() { const t = useTranslations("HowItWorks") return ( <>

{t("title")}

{t("workflowTitle")}

{t("workflowDesc")}

{t("aiTitle")}

{t("aiDesc")}

{t("analyticsTitle")}

{t("analyticsDesc")}

content-image
) }