diff --git a/pages/_app.js b/pages/_app.js index ca56a0df..2cc6fba3 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -85,7 +85,7 @@ function MyApp({ Component, pageProps }) { > - Crie seu Primeiro Projeto WEB3 + {t('createFirstProject')} diff --git a/pages/index.js b/pages/index.js index 20fc443b..589f9030 100644 --- a/pages/index.js +++ b/pages/index.js @@ -18,14 +18,11 @@ export default function Home({ course }) { return ( <> - Crie seu Primeiro Projeto WEB3 - + {t('createFirstProject')} + - + @@ -35,10 +32,7 @@ export default function Home({ course }) { - + {/* Twitter */} diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 748ec593..bd376319 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -1,5 +1,6 @@ { "pageTitle": "Builds List", + "createFirstProject": "Create Your First WEB3 Project", "indicateAndWin": "Refer and Earn", "profilePicture": "Profile picture", "logout": "Logout", @@ -75,7 +76,8 @@ "Project Based Learning", "Earn an NFT for each finished project", "Find a job in cool web3 projects" - ] + ], + "description": "WEB3DEV is a platform for learning web3 technologies through project-based learning. We believe that the best way to learn is by doing, so we created a platform where you can learn by building real projects. We are a community of developers, designers, and blockchain enthusiasts who are passionate about learning and sharing knowledge. Join us and start building today!" }, "comming_soon": { "timeHasCome": "The time has come!", diff --git a/public/locales/pt/translation.json b/public/locales/pt/translation.json index 567de435..c175ed17 100644 --- a/public/locales/pt/translation.json +++ b/public/locales/pt/translation.json @@ -1,5 +1,6 @@ { "title": "Lista de Builds", + "createFirstProject": "Crie seu Primeiro Projeto WEB3", "indicateAndWin": "Indique e Ganhe", "profilePicture": "Foto de perfil", "logout": "Sair", @@ -75,7 +76,8 @@ "Aprendizado baseado em projetos", "Ganhe um NFT para cada projeto finalizado", "Trabalhe como dev em projetos web3" - ] + ], + "description": "Está em busca de conteúdo gratuito e em português para aprender a programar na web3? Aqui você encontrará uma comunidade grande e engajada, centenas de artigos, vídeos e todo o suporte necessário para evoluir. E como extra ainda ganhará certificações em NFT para compartilhar com os amigos. Venha conhecer e se inscreva já!" }, "comming_soon": { "timeHasCome": "Está chegando a hora!",