From 7edc330fefdc955aae7c821b99cb81551aabdb2d Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 30 Jun 2026 10:39:50 +0000 Subject: [PATCH] say hello there --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 7e04987..5ba2fe5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,7 +1,7 @@ export default function Home() { return (
-

Hello World

+

Hello There

); }