Skip to content

Commit

Permalink
#129: fix subtitle in hero
Browse files Browse the repository at this point in the history
  • Loading branch information
brklyn8900 committed Dec 9, 2024
1 parent 1622a8c commit 11d1134
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions components/sections/KoinosHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ export default function KoinosHero() {
{/* Title */}
<div className="hero-titles">
<h2 className="s-50 w-700 mb-2">{t('title1')}</h2>
<h2 className="s-40 w-700 mb-4">{t('title2')}</h2>
<h2 className="s-30 fw-light w-700 mb-4">{t('title2')}</h2>
</div>
{/* Text */}
<p className="s-20 mb-4">{t('subtitle')}</p>
{/* Buttons */}
<div className="btns-group hero-btns mt-4">
<Link
Expand Down
2 changes: 1 addition & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"Hero": {
"title1": "Web3 for Everyone",
"title2": "Frictionless, Simple, Powerful",
"title2": "Feeless, Frictionless, Familiar",
"subtitle": "Koinos is engineered to deliver a user experience for everyday people.",
"buttons": {
"telegram": "Join Telegram",
Expand Down
2 changes: 1 addition & 1 deletion messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"Hero": {
"title1": "Web3 para Todos",
"title2": "Sin Fricción, Simple, Potente",
"title2": "Sin comisiones, Sin fricciones, Familiar",
"subtitle": "Koinos está diseñado para ofrecer una experiencia de usuario para personas comunes.",
"buttons": {
"telegram": "Únete a Telegram",
Expand Down
2 changes: 1 addition & 1 deletion messages/fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"Hero": {
"title1": "وب3 برای همه",
"title2": "بدون اصطکاک، ساده و قدرتمند",
"title2": "بدون کارمزد، بدون اصطکاک، آشنا",
"subtitle": "Koinos برای ارائه تجربه کاربری‌ای طراحی شده است که برای عموم مردم روزمره مناسب باشد.",
"buttons": {
"telegram": "عضویت در تلگرام",
Expand Down
2 changes: 1 addition & 1 deletion messages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"Hero": {
"title1": "Web3 per Tutti",
"title2": "Senza Attriti, Semplice, Potente",
"title2": "Senza commissioni, Senza attrito, Familiare",
"subtitle": "Koinos è progettato per offrire un'esperienza utente adatta alle persone di tutti i giorni.",
"buttons": {
"telegram": "Unisciti a Telegram",
Expand Down

0 comments on commit 11d1134

Please sign in to comment.