Skip to content

Commit 381ed23

Browse files
Merge pull request #1557 from breatheco-de/tommygonzaleza-patch-2
Update pricing.jsx
2 parents 2729115 + 863de7b commit 381ed23

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

public/locales/en/pricing.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"description": "We have a free plan for you, with it you can enjoy many of our benefits, including a free feedback session.",
2323
"button": "join for free"
2424
},
25+
"why-trust-us": {
26+
"title": "Why trust us?",
27+
"description": "We have 9+ years helping people to learn to code, more than 4000 students graduated, and 84% of our students graduated from our bootcamp got hired!"
28+
},
2529
"faq": [{
2630
"label": "What payment options do we accept?",
2731
"answer": "At 4Geeks.com, we currently accept payments via credit and debit cards. We strive to make the subscription process convenient for our users, and as such, we support major credit and debit card providers for seamless transactions."

public/locales/es/pricing.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"description": "Tenemos un plan gratis para ti, con él puedes acceder de forma limitada a todos los servicios, incluyendo mentorías y workshops gratis.",
2323
"button": "Únete gratis"
2424
},
25+
"why-trust-us": {
26+
"title": "¿Por qué debería aprender con 4Geeks?",
27+
"description": "¡Tenemos más de 9 años enseñando a programar, más de 4000 estudiantes graduados y el 84% de nuestros graduados consiguieron trabajo!"
28+
},
2529
"faq": [{
2630
"label": "¿Qué opciones de pago aceptamos?",
2731
"answer": "Actualmente aceptamos pagos con tarjetas de crédito y débito. Nos esforzamos por hacer el proceso de suscripción conveniente para nuestros usuarios."

src/pages/pricing.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ function PricingView() {
416416
)}
417417

418418
<MktTrustCards
419-
title="Why trust us?"
420-
description="We have 9+ years helping people to learn to code, more than 4000 students graduated, and 84% of our students graduated from our bootcamp got hired!"
419+
title={t('why-trust-us.title')}
420+
description={t('why-trust-us.description')}
421421
margin="60px 0 0 0"
422422
/>
423423
{/*

0 commit comments

Comments
 (0)