diff --git a/src/app/page.tsx.bak b/src/app/page.tsx.bak deleted file mode 100644 index 7e80296..0000000 --- a/src/app/page.tsx.bak +++ /dev/null @@ -1,113 +0,0 @@ -import Image from 'next/image' - -export default function Home() { - return ( -
-
-

- Get started by editing  - src/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. -

-
-
-
- ) -} diff --git a/src/app/page.tsx.bak2 b/src/app/page.tsx.bak2 deleted file mode 100644 index 2f8ae30..0000000 --- a/src/app/page.tsx.bak2 +++ /dev/null @@ -1,15 +0,0 @@ -import Header from "@/components/header"; -import PageContainer from "@/components/page-container"; -import Navbar from "@/components/navbar"; -import ReactDOM from "react"; -import "public/global.css" - -export default function Page() { - return
-
- - - Content Goes Here - -
; -} \ No newline at end of file