diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-15 16:34:33 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-15 16:34:33 -0500 |
| commit | 64576432ee275a9d0a4e3a6e77c0487736cf5550 (patch) | |
| tree | 79f66d0ecc309e79d65388ab417adbcbd9e9d09f /pages | |
| parent | 087582a9303787e6b84f7caf4292e18f5c28c997 (diff) | |
| download | snug-cup-64576432ee275a9d0a4e3a6e77c0487736cf5550.tar.gz snug-cup-64576432ee275a9d0a4e3a6e77c0487736cf5550.tar.bz2 snug-cup-64576432ee275a9d0a4e3a6e77c0487736cf5550.zip | |
Updated unity project and home page changes
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pages/index.js b/pages/index.js index d4944c3..101df48 100644 --- a/pages/index.js +++ b/pages/index.js @@ -12,11 +12,12 @@ export default function Home() { <Container> <div className={styles.centre}> <img src="/Project.png" height="15%" width="15%"/> - <h1>Welcome to the Snug Cup Inc. website!</h1> + <h1>Welcome to Snug Cup!</h1> <h2>slogan here</h2> - <a href="unity/index.html">Unity Demo</a> + <a href="unity/index.html">3D Scale Demo</a> <br/> - <img src="/snug_cup.png" width="50%" height="50%"/> + <h2>Prototype</h2> + <img src="/snug_cup.png" width="50%" height="50%" /> </div> <h1>Who are we?</h1> <p>We are a company that inovates cups.</p> |
