From 030019f954ac04b7f6b61235e58f08526eacdaff Mon Sep 17 00:00:00 2001 From: NoAvatar Date: Thu, 17 Oct 2024 04:12:56 +1000 Subject: [PATCH] Clean main page --- src/app/page.tsx | 97 +----------------------------------------------- 1 file changed, 2 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fe62d1..ae9a5fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,101 +1,8 @@ -import Image from "next/image"; export default function Home() { return ( -
-
- Next.js logo -
    -
  1. - Get started by editing{" "} - - src/app/page.tsx - - . -
  2. -
  3. Save and see your changes instantly.
  4. -
- -
- - Vercel logomark - Deploy now - - - Read our docs - -
-
- +
+
Hello
); }