say hello there

This commit is contained in:
Marco
2026-06-30 10:39:50 +00:00
parent 37e73789d6
commit 7edc330fef
+1 -1
View File
@@ -1,7 +1,7 @@
export default function Home() { export default function Home() {
return ( return (
<main className="flex min-h-screen items-center justify-center"> <main className="flex min-h-screen items-center justify-center">
<h1 className="text-4xl font-bold">Hello World</h1> <h1 className="text-4xl font-bold">Hello There</h1>
</main> </main>
); );
} }