-
+
);
}
\ No newline at end of file
diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx
index ff1861d..f58465c 100644
--- a/frontend/src/app/page.tsx
+++ b/frontend/src/app/page.tsx
@@ -1,5 +1,5 @@
import {redirect} from 'next/navigation';
export default function RootPage() {
- redirect('/en');
+ redirect('/pt');
}
\ No newline at end of file
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index e2e2212..981d771 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -45,6 +45,7 @@
"project_3_title": "Happy",
"project_3_description": "A site to find orphanages to visit. Built with React, TypeScript and Styled-Components.",
"tech_used": "Technologies Used:",
+ "page_link": "See Details",
"live_link": "Live Demo",
"repo_link": "View Code",
"back_to_projects": "Back to Projects",
diff --git a/frontend/src/locales/pt.json b/frontend/src/locales/pt.json
index 96ac197..2c9992f 100644
--- a/frontend/src/locales/pt.json
+++ b/frontend/src/locales/pt.json
@@ -45,6 +45,7 @@
"project_3_title": "Happy",
"project_3_description": "Um site para encontrar orfanatos para visitar. Construído com React, TypeScript e Styled-Components.",
"tech_used": "Tecnologias Utilizadas:",
+ "page_link": "Ver Detalhes",
"live_link": "Ver ao Vivo",
"repo_link": "Ver Código",
"back_to_projects": "Voltar para Projetos",