diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-04-14 00:59:35 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-04-14 00:59:35 -0400 |
| commit | 796dc37e648f1c8c44ffe990cedd0be17669fabc (patch) | |
| tree | de83a1f9a4ce3d8999a553ff6d53f04d5ee92a72 /pages | |
| parent | 9dc4cd9624837490ce943315c1ec56b80440ae69 (diff) | |
| download | smart-cooker-796dc37e648f1c8c44ffe990cedd0be17669fabc.tar.gz smart-cooker-796dc37e648f1c8c44ffe990cedd0be17669fabc.tar.bz2 smart-cooker-796dc37e648f1c8c44ffe990cedd0be17669fabc.zip | |
Even more content
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pages/index.js b/pages/index.js index d48d986..78b4807 100644 --- a/pages/index.js +++ b/pages/index.js @@ -12,8 +12,13 @@ export default function Home() { </Head> <main className={styles.main}> - <Image src="/logov1-2.png" width={256} height={256}/> - <h2>L'été est là!<br/>L'argent, c'est maintenant !</h2> + <Image src="/logov1-2.png" width={256} height={256} alt="Logo"/> + <h2 className={styles.center}>L'été est là!<br/>L'argent, c'est maintenant!</h2> + <h3>Modèle prototype</h3> + <Image src="/smart-stove.png" width={500} height={300} alt="Render image"/> + <h3>Description</h3> + <p>Maître Cuisinier est un cuiseur portable pour les camionneurs de nourriture et il possède le premier cuiseur à écran tactile au monde.</p> + <h3 className={styles.center}>Achetez ce produit à 300 $ avec une remise de 10 %.<br/> Contactez admin@maitre-cuisinier.ca pour commander votre cuisinière.</h3> </main> </div> ) |
