diff --git a/pwa/app/(con)/[locale]/con/2025/call-for-papers/components/Informations.tsx b/pwa/app/(con)/[locale]/con/2025/call-for-papers/components/Informations.tsx new file mode 100644 index 000000000..ac9f68ef4 --- /dev/null +++ b/pwa/app/(con)/[locale]/con/2025/call-for-papers/components/Informations.tsx @@ -0,0 +1,56 @@ +"use client"; +import { useContext } from "react"; +import { LanguageContext } from "contexts/con/LanguageContext"; +import SectionTitle from "components/con/common/typography/SectionTitle"; +import Button from "components/con/common/Button"; +import SectionSubTitle from "components/con/common/typography/SectionSubtitle"; + +const Arrow = () => ( + +); + +export default function Informations() { + const { t } = useContext(LanguageContext); + return ( +
{t(`2025.cfp.point_${index}`)}
++ {c.title} +
+