From 37e73789d69aad5c11d90775db0e36f339b0734f Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 30 Jun 2026 10:31:54 +0000 Subject: [PATCH] say hello world --- app/page.tsx | 64 +++------------------------------------------------- 1 file changed, 3 insertions(+), 61 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 3f36f7c..7e04987 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,65 +1,7 @@ -import Image from "next/image"; - export default function Home() { return ( -
-
- Next.js logo -
-

- To get started, edit the page.tsx file. -

-

- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -

-
-
- - Vercel logomark - Deploy Now - - - Documentation - -
-
-
+
+

Hello World

+
); }