Added teammates name

This commit is contained in:
Andrew Lee 2021-02-15 20:33:53 -05:00
parent 8da2e149a9
commit 20f643b339
Signed by: andrew
GPG key ID: 4DCE67C47836D125

View file

@ -23,6 +23,13 @@ export default function Home() {
</div> </div>
<h1>Who are we?</h1> <h1>Who are we?</h1>
<p>We are a company that inovates cups.</p> <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> </Container>
<footer className={styles.footer}> <footer className={styles.footer}>
<p>&copy; Copyright 2021, Snug Cup Inc. All rights reserved.</p> <p>&copy; Copyright 2021, Snug Cup Inc. All rights reserved.</p>