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

{t("title")}

{t("description")}

{t("subtitle")}

{t("subtitleDesc")}

content-image
}