feat(core): base pages

This commit is contained in:
2026-04-17 18:01:38 +02:00
parent fef4853069
commit fa50cd39b4
2 changed files with 14 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export default function About() {
return (
<div className="text-center">
<p>Nico Haider</p>
<p>3843 Dobersberg</p>
<p>Portfolio</p>
</div>
);
}
+5
View File
@@ -0,0 +1,5 @@
export default function Projects() {
return (
<p className="text-center">in work ...</p>
);
}