diff options
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/index.js b/pages/index.js index 7621f37..9239aa4 100644 --- a/pages/index.js +++ b/pages/index.js @@ -23,6 +23,13 @@ export default function Home() { </div> <h1>Who are we?</h1> <p>We are a company that inovates cups.</p> + <h1>Team</h1> + <ul> + <li>Andrew Lee</li> + <li>Angelo Ching</li> + <li>Cleopatra Protopapadakis</li> + <li>Mehar Ahmad</li> + </ul> </Container> <footer className={styles.footer}> <p>© Copyright 2021, Snug Cup Inc. All rights reserved.</p> |
