diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-18 14:13:00 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-18 14:13:00 +0000 |
| commit | 7a7255b17e03c65f7fa3a73b15481e926a4605cd (patch) | |
| tree | 567b2abaaff6c6c2a5ac6009d44282858e5d8b1c /pages | |
| parent | 91178ac5a710e5021ef120cae9c86e6553933711 (diff) | |
| download | snug-cup-7a7255b17e03c65f7fa3a73b15481e926a4605cd.tar.gz snug-cup-7a7255b17e03c65f7fa3a73b15481e926a4605cd.tar.bz2 snug-cup-7a7255b17e03c65f7fa3a73b15481e926a4605cd.zip | |
Added price
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/index.js b/pages/index.js index e97d899..d5835e8 100644 --- a/pages/index.js +++ b/pages/index.js @@ -11,13 +11,15 @@ export default function Home() { </Head> <Container> <div className={styles.centre}> - <img src="/Project.png" height="15%" width="15%"/> + <img src="/Project.png" height="17%" width="17%"/> <br/> <iframe allowFullScreen webkitallowfullscreen width="640" height="480" frameBorder="0" seamless src="https://p3d.in/e/coEzR+spin+load"></iframe> <h2>Render</h2> <img src="/snug_cup.png" width="50%" height="50%" /> <h2>Colour palette</h2> <img src="/palette.png" width="40%" height="40%" /> + <h2>Price</h2> + <p>Snug Cup: $25</p> </div> <h1>Team</h1> <ul> |
