From 3a684e3505b5fb5482961ab63f1590f872b9a9fe Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 14 Jul 2023 13:37:38 -0400 Subject: Added navbar, and homepage --- app/page.js | 110 ++---------------------------------------------------------- 1 file changed, 2 insertions(+), 108 deletions(-) (limited to 'app/page.js') diff --git a/app/page.js b/app/page.js index c5a4932..b53f48a 100644 --- a/app/page.js +++ b/app/page.js @@ -1,113 +1,7 @@ -import Image from 'next/image' - export default function Home() { return ( -
-
-

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

-
- - 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. -

-
-
+
+

Welcome to Alure Regions

) } -- cgit v1.2.3