mirror of
https://github.com/Alee14/snug-cup.git
synced 2025-01-22 14:11:48 -05:00
Added teammates name
This commit is contained in:
parent
8da2e149a9
commit
20f643b339
1 changed files with 7 additions and 0 deletions
|
@ -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>© Copyright 2021, Snug Cup Inc. All rights reserved.</p>
|
<p>© Copyright 2021, Snug Cup Inc. All rights reserved.</p>
|
||||||
|
|
Loading…
Reference in a new issue