say hello marco

This commit is contained in:
Marco
2026-06-30 11:06:17 +00:00
parent 3a335c4db1
commit 0750b8f846
+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 Marco</h1>
</main> </main>
); );
} }