import React from "react"; import Image from "next/image"; import { useTranslation } from "next-i18next"; const OurApproachSection = ({ cmClass }) => { const { t } = useTranslation("ourApproach"); const approaches = t("ourApproach", { returnObjects: true }) || []; return (
{item.para}
{item.description && ( )}