diff --git a/package-lock.json b/package-lock.json index 37ca0e837..e6bd83381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "graphql-ws": "^5.16.0", "i18next": "^21.10.0", "i18next-browser-languagedetector": "^7.2.1", - "i18next-http-backend": "^2.6.0", + "i18next-http-backend": "^2.6.2", "i18next-xhr-backend": "^3.2.2", "istanbul": "^0.4.5", "jsonwebtoken": "^9.0.1", @@ -11088,9 +11088,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz", - "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.2.tgz", + "integrity": "sha512-Hp/kd8/VuoxIHmxsknJXjkTYYHzivAyAF15pzliKzk2TiXC25rZCEerb1pUFoxz4IVrG3fCvQSY51/Lu4ECV4A==", "dependencies": { "cross-fetch": "4.0.0" } diff --git a/package.json b/package.json index 827299bc2..2c0517bf4 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "graphql-ws": "^5.16.0", "i18next": "^21.10.0", "i18next-browser-languagedetector": "^7.2.1", - "i18next-http-backend": "^2.6.0", + "i18next-http-backend": "^2.6.2", "i18next-xhr-backend": "^3.2.2", "istanbul": "^0.4.5", "jsonwebtoken": "^9.0.1", diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index adca40596..3e2541950 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -347,7 +347,7 @@ "Boost your organization": "Boost your organizations productivity with Pulse", "Please wait to be added to a program or cohort": "Please wait to be added to a program or cohort", "Are you sure you want to delete this user?": "Are you sure you want to delete this user?", - "Come shape the future together": "Come shape the future together", + "Come shape the future together": "Excellent human resources and companies come shape the future togetherr", "Content1": "I'm extremely impressed with Pulse and their performance management platform. Since using their services, it has been a game-changer for our organization. The platform is intuitive, easy to navigate, and packed with powerful features.", "Content2": "I'm delighted to share my positive experience with Pulse and their exceptional performance management platform. Implementing their services has led to remarkable improvements in our performance tracking and management processes.", "Content3": "We are thrilled with the services provided by Pulse. Their performance management platform has exceeded our expectations in every way. The user-friendly interface and comprehensive features have made tracking and monitoring our performance metrics a breeze.", diff --git a/public/locales/fr/translation.json b/public/locales/fr/translation.json index 5969abfd9..e96274c81 100644 --- a/public/locales/fr/translation.json +++ b/public/locales/fr/translation.json @@ -466,7 +466,7 @@ "Please wait to be added to a program or cohort": "Veuillez attendre d'être ajouté à un programme ou à une cohorte", "Enter all the required information": "Entrez toutes les informations requises", "Are you sure you want to delete this user?": "Êtes-vous sûr de vouloir supprimer cet utilisateur ?", - "Come shape the future together": "Venez former l'avenir ensemble", + "Come shape the future together": "Excellentes ressources humaines et entreprises venez façonner l'avenir ensemble", "Content1": "Je suis extrêmement impressionné par Pulse et leur plateforme de gestion de la performance. Depuis que nous utilisons leurs services, cela a été un véritable changement pour notre organisation. La plateforme est intuitive, facile à naviguer et riche en fonctionnalités puissantes", "Content2": "Je suis ravi de partager mon expérience positive avec Pulse et leur plateforme exceptionnelle de gestion de la performance. La mise en œuvre de leurs services a conduit à des améliorations remarquables dans nos processus de suivi et de gestion de la performance.", "Content3": "Nous sommes ravis des services fournis par Pulse. Leur plateforme de gestion de la performance a dépassé nos attentes à tous égards. L'interface conviviale et les fonctionnalités complètes ont facilité le suivi et la surveillance de nos indicateurs de performance", diff --git a/public/locales/kn/translation.json b/public/locales/kn/translation.json index 9f084d133..8329c1caf 100644 --- a/public/locales/kn/translation.json +++ b/public/locales/kn/translation.json @@ -454,7 +454,7 @@ "Please wait to be added to a program or cohort": "Tegereza tukongere muri porogarame cyangwa itsinda", "Enter all the required information": "Shyiramo amakuru yose asabwa", "Are you sure you want to delete this user?": "urashaka kwemeza ikigikorwa cyo gusiba uyumuntu ?", - "Come shape the future together": "Dufatanye kwubaka ejo Hazaza", + "Come shape the future together": "Abakozi beza n’ibigo by’ubushobozi bw’abakozi, muze duteze imbere ejo hazaza hamwe", "Content1": "Nshimishijwe cyane na Pulse n'ikoranabuhanga ryabo ryo gucunga imikorere. Kuva natangira gukoresha serivisi zabo, byabaye impinduka ikomeye mu kigo cyacu. iri koranabuhanga riroroshye kurikoresha, kandi ryubakanye ubuhanga n' ubushobozi buhanitse.", "Content2": "Nshimishijwe no gusangiza uburambe bwanjye bwiza na Pulse n'ikoranabuhanga ryabo rihambaye ryo gucunga imikorere. Gushyira mu bikorwa serivisi zabo byazanye impinduka zikomeye mu gukurikirana no gucunga imikorere yacu", "Content3": "Turishimye cyane ku bwa Pulse. Ikoranabuhanga rya yo ryo gucunga imikorere ryarenze ibyifuzo byacu mu buryo bwose. Iroroshye kuyikoresha kandi yatumye tubasha gukurikirana no kugenzura imikorere yacu", diff --git a/src/pages/About.tsx b/src/pages/About.tsx index 13082cfdf..5136070b2 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -62,13 +62,13 @@ function Testimonial() { return ( <> -
+
{testimonials.map((testimonial, index) => (
@@ -105,31 +105,40 @@ function Testimonial() {
-
+
{testimonials.map((testimonial, index) => (
-
- - -
    -
  • +
    +
    +
    + {testimonial.name} +
    +
    +
    +
    +

    {testimonial.name} -

  • -
  • - {testimonial.role}, {testimonial.organization} -
  • -
+ +

+ {testimonial.role} +

+

+ {testimonial.organization} +

+
+
+
+

+ {testimonial.content} +

-

- {testimonial.content} -

))}
@@ -215,4 +224,4 @@ function About({ styles }: any) {
); } -export { About }; +export { About }; \ No newline at end of file diff --git a/tests/pages/About.test.tsx b/tests/pages/About.test.tsx index 887368afe..2c93960e1 100644 --- a/tests/pages/About.test.tsx +++ b/tests/pages/About.test.tsx @@ -17,4 +17,4 @@ describe('About page', () => { expect(elem.toJSON()).toMatchSnapshot(); }); -}); +}); \ No newline at end of file