- Started working on the about page;

- Updated the translation;
- Changed the language switch from flags to text
This commit is contained in:
Tiago Ribeiro
2023-10-22 18:31:39 +01:00
parent 95af390d21
commit b54eab9b35
12 changed files with 187 additions and 192 deletions

5
src/app/about/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
import About from "@/templates/About";
export default function Page() {
return <About language="en" />;
}