add(About+Systems): separated into components

This commit is contained in:
2026-06-30 21:22:48 +02:00
parent 7a2bac2a7b
commit 93c4d09b35
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
export default function About() { export default function About() {
return( return (
<> <>
<h1 className="text-center m-6 text-3xl font-bold text-ctp-mauve"> <h1 className="text-center m-6 text-3xl font-bold text-ctp-mauve">
About About
</h1> </h1>
<div></div> <div></div>
</> </>
+1 -1
View File
@@ -86,7 +86,7 @@ export default function Home(): ReactElement {
title: "About", title: "About",
content: ( content: (
<> <>
<About /> <About />
</> </>
), ),
}, },