From 681d96bf3da378a57ecb1fc3d8f00f13a1dd65e4 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 10 Feb 2021 15:22:16 +0000 Subject: Added material-ui, changes on main page --- pages/api/hello.js | 5 ---- pages/index.js | 72 ++++++++++++++---------------------------------------- 2 files changed, 19 insertions(+), 58 deletions(-) delete mode 100644 pages/api/hello.js (limited to 'pages') diff --git a/pages/api/hello.js b/pages/api/hello.js deleted file mode 100644 index 9987aff..0000000 --- a/pages/api/hello.js +++ /dev/null @@ -1,5 +0,0 @@ -// Next.js API route support: https://nextjs.org/docs/api-routes/introduction - -export default (req, res) => { - res.status(200).json({ name: 'John Doe' }) -} diff --git a/pages/index.js b/pages/index.js index 5787b11..02a173d 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,65 +1,31 @@ import Head from 'next/head' import styles from '../styles/Home.module.css' +import Button from '@material-ui/core/Button'; export default function Home() { return (
- Create Next App + Lawrence Hill Project - -
-

- Welcome to Next.js! -

- -

- Get started by editing{' '} - pages/index.js -

- -
- -

Documentation →

-

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

-
- - -

Learn →

-

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

-
- - -

Examples →

-

Discover and deploy boilerplate example Next.js projects.

-
- - -

Deploy →

-

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

-
-
-
- - +
+

Welcome to Andrew's Lawrence Hill Project!

+ +
+ +
+ +
) } -- cgit v1.2.3