say hello world

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