From 9a15f23534bd05bad25c4816651d32cbdc3d62e7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Feb 2021 15:56:11 -0500 Subject: Removed old things --- pages/index.js | 56 +++----------------------------------------------------- 1 file changed, 3 insertions(+), 53 deletions(-) (limited to 'pages/index.js') diff --git a/pages/index.js b/pages/index.js index 5787b11..96ed50f 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,65 +1,15 @@ import Head from 'next/head' -import styles from '../styles/Home.module.css' export default function Home() { return ( -
+
Create Next App -
-

- 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 the Snug Cup Inc. website!

+

This website is currently work in progress...

) } -- cgit v1.2.3