add background image

This commit is contained in:
2024-06-04 16:27:56 +02:00
parent 9d8735b35c
commit 42e65a5eb8
7 changed files with 49 additions and 15 deletions

View File

@@ -1,8 +1,16 @@
export default async function Page() {
return (
<div className="flex flex-col items-center">
<h1 className="text-4xl">Projects (2)</h1>
</div>
);
}
return (
<div className="flex flex-col items-center">
<h1 className="text-4xl my-5">Projects (2)</h1>
<h2 className="text-2xl">Vash Software</h2>
<p>
Vash was originally a video game clan, transformed by Stan to be a
global{" "}
</p>
<h2 className="text-2xl">Personal Projects</h2>
<h3>Spotify osu! Map Finder</h3>
</div>
);
}