import { useTranslations } from "next-intl" export default function MermsFeatureSection4() { const t = useTranslations("FeatureSection4") return ( <>
1
{t("step1Title")}

{t("step1Desc")}

2
{t("step2Title")}

{t("step2Desc")}

3
{t("step3Title")}

{t("step3Desc")}

content-image
) }