diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-04-14 01:51:14 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-04-14 01:51:14 -0400 |
| commit | fb2dd08428c3989d28572819825c5237cbe91ae7 (patch) | |
| tree | f718ce4a50d3d5ba08b1ab4a514a6e4ddd80cbf4 /pages | |
| parent | 796dc37e648f1c8c44ffe990cedd0be17669fabc (diff) | |
| download | smart-cooker-fb2dd08428c3989d28572819825c5237cbe91ae7.tar.gz smart-cooker-fb2dd08428c3989d28572819825c5237cbe91ae7.tar.bz2 smart-cooker-fb2dd08428c3989d28572819825c5237cbe91ae7.zip | |
finally done
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 8 |
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'é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>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> ) |
