diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 6c682b6..a1864ab 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -135,7 +135,7 @@ export default function HomePage() { diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 0b80b1b..05f7c25 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -115,7 +115,8 @@ "title": "Find the right job, the simple way", "subtitle": "Connecting candidates and companies quickly and directly", "searchJobs": "Search jobs", - "imCompany": "I'm a company" + "imCompany": "I'm a company", + "postJob": "Post a job" }, "featured": { "title": "Featured Jobs", @@ -834,4 +835,4 @@ } } } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/es.json b/frontend/src/i18n/es.json index 8d2af4b..11b6d1a 100644 --- a/frontend/src/i18n/es.json +++ b/frontend/src/i18n/es.json @@ -115,7 +115,8 @@ "title": "Encuentra el empleo correcto, de forma sencilla", "subtitle": "Conectamos candidatos y empresas de forma rápida y directa", "searchJobs": "Buscar empleos", - "imCompany": "Soy empresa" + "imCompany": "Soy empresa", + "postJob": "Publicar vacante" }, "featured": { "title": "Empleos Destacados", @@ -835,4 +836,4 @@ } } } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/pt-BR.json b/frontend/src/i18n/pt-BR.json index 737f7de..d2670ec 100644 --- a/frontend/src/i18n/pt-BR.json +++ b/frontend/src/i18n/pt-BR.json @@ -115,7 +115,8 @@ "title": "Encontre o emprego certo, de forma simples", "subtitle": "Conectamos candidatos e empresas de forma rápida e direta", "searchJobs": "Procurar vagas", - "imCompany": "Sou empresa" + "imCompany": "Sou empresa", + "postJob": "Postar vaga" }, "featured": { "title": "Vagas em Destaque", @@ -834,4 +835,4 @@ } } } -} \ No newline at end of file +}