From d16550df3d370ce2f2859d72a79c36e8ef0b4a72 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Feb 2021 23:35:51 -0500 Subject: Updated page --- pages/index.js | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'pages/index.js') diff --git a/pages/index.js b/pages/index.js index 96ed50f..d2213bb 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,15 +1,24 @@ import Head from 'next/head' +import styles from '../styles/Home.module.css' +import Container from '@material-ui/core/Container' export default function Home() { return ( -
+ - Create Next App + Snug Cup Inc. - +
+

Welcome to the Snug Cup Inc. website!

-

This website is currently work in progress...

-
+
+

Who are we?

+

We are a company that inovates cups.

+ + ) } -- cgit v1.2.3