diff --git a/app/[locale]/about/page.tsx b/app/[locale]/about/page.tsx new file mode 100644 index 0000000..f84bef0 --- /dev/null +++ b/app/[locale]/about/page.tsx @@ -0,0 +1,9 @@ +export default function About() { + return ( +
Nico Haider
+3843 Dobersberg
+Portfolio
+in work ...
+ ); +} \ No newline at end of file