aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/pages/index.js b/pages/index.js
index 78b4807..efefacf 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -16,9 +16,13 @@ export default function Home() {
<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>Modèle 3D</h3>
+ <iframe allowFullScreen width="640" height="480" frameBorder="0" loading="lazy" src="https://p3d.in/e/o8IQK+spin+load"/>
+ <h3>Publicité vidéo</h3>
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/Kv4qJVDkma0" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
<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>
+ <p>Maître Cuisinier est un cuiseur portable pour les transporteurs 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 maintenant.</h3>
</main>
</div>
)