aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.js9
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&apos;été est là!<br/>L&apos;argent, c&apos;est maintenant !</h2>
+ <Image src="/logov1-2.png" width={256} height={256} alt="Logo"/>
+ <h2 className={styles.center}>L&apos;été est là!<br/>L&apos;argent, c&apos;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>
)