diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-03-14 08:16:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 08:16:05 -0400 |
| commit | 0a620bf00cda09acd9e7d6dba6d2294a111bc27f (patch) | |
| tree | 8397993c55aa3a4662a4e21e51e0245eed54c008 /pages | |
| parent | 5edb35aef340c1b86a3dbc045ba1607a4a3ae4e9 (diff) | |
| download | snug-cup-0a620bf00cda09acd9e7d6dba6d2294a111bc27f.tar.gz snug-cup-0a620bf00cda09acd9e7d6dba6d2294a111bc27f.tar.bz2 snug-cup-0a620bf00cda09acd9e7d6dba6d2294a111bc27f.zip | |
Update index.js
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/index.js b/pages/index.js index ad498cc..dc4b279 100644 --- a/pages/index.js +++ b/pages/index.js @@ -25,6 +25,7 @@ export default function Home () { </div> <h1>Description</h1> <p>Snug Cup is a electrical heating cup that heats up beverage. It has a battery that can last for 4 hours.</p> +<!-- <h1>Team</h1> <ul> <li>Andrew Lee (Web Developer & Model Creator)</li> @@ -32,6 +33,7 @@ export default function Home () { <li>Cleopatra Protopapadakis (Designer)</li> <li>Mehar Ahmad (Marketer)</li> </ul> +--> </Container> <footer className={styles.footer}> <p>© Copyright 2021, Snug Cup. All rights reserved.</p> |
