import { useTranslations } from "next-intl"
export default function MermsFeaturesSection1() {
const t = useTranslations("FeaturesSection1")
return (
<>
{t("subtitle")} {t("dashboardDesc")} {t("integrationDesc")} {t("analyticsDesc")}{t("title")}
{t("dashboardTitle")}
{t("integrationTitle")}
{t("analyticsTitle")}