import { useTranslations } from "next-intl"; export default function PageExpect() { const t = useTranslations("pageExpect"); return (
{/* */} {t("whatToExpect")}

{t("heading")}

{t("description")}

{/* easy to use */}
{t("easyToUse.title")}

{t("easyToUse.description")}

{/* customisable templates */}
{t("customisableTemplates.title")}

{t("customisableTemplates.description")}

{/* high quality exports */}
{t("highQualityExports.title")}

{t("highQualityExports.description")}

{/* typeframes.ai logo */}

{t("aiPowered")}

{t("createVideosNow")}
); }