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

+
+ ); +} \ No newline at end of file diff --git a/app/[locale]/projects/page.tsx b/app/[locale]/projects/page.tsx new file mode 100644 index 0000000..c456a15 --- /dev/null +++ b/app/[locale]/projects/page.tsx @@ -0,0 +1,5 @@ +export default function Projects() { + return ( +

in work ...

+ ); +} \ No newline at end of file