From b8af161fc74e1cccb6cff2e1d7391500d3ea31a6 Mon Sep 17 00:00:00 2001 From: apatil Date: Fri, 2 May 2025 00:15:06 +0100 Subject: [PATCH] Editing home page to test deploy --- src/app/page.tsx | 96 +----------------------------------------------- 1 file changed, 1 insertion(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e68abe6..0bfebd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,101 +3,7 @@ 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 - -
-
- +

The Coding Grizzly

); }