From ed18fdef641e92e5ae6f8eb660d0f9a036ce3ea7 Mon Sep 17 00:00:00 2001 From: Bob Burningham Date: Wed, 6 Sep 2023 00:02:28 -0700 Subject: [PATCH] simplified the main page --- app/page.tsx | 111 ++------------------------------------------------- 1 file changed, 3 insertions(+), 108 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 7a8286b..ef3f723 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,113 +1,8 @@ -import Image from 'next/image' export default function Home() { return ( -
-
-

- Get started by editing  - app/page.tsx -

-
- - By{' '} - Vercel Logo - -
-
- -
- Next.js Logo -
- -
- -

- Docs{' '} - - -> - -

-

- Find in-depth information about Next.js features and API. -

-
- - -

- Learn{' '} - - -> - -

-

- Learn about Next.js in an interactive course with quizzes! -

-
- - -

- Templates{' '} - - -> - -

-

- Explore the Next.js 13 playground. -

-
- - -

- Deploy{' '} - - -> - -

-

- Instantly deploy your Next.js site to a shareable URL with Vercel. -

-
-
-
+

+ Hello Discord Clone +

) }