diff options
| -rw-r--r-- | pages/index.js | 8 | ||||
| -rw-r--r-- | styles/Home.module.css | 4 |
2 files changed, 10 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> ) diff --git a/styles/Home.module.css b/styles/Home.module.css index 9645622..d71f9c1 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -12,3 +12,7 @@ .center { text-align: center; } + +.fingpaddingthatineedtoaddsincetheimageandmodelisstickingtogether { + margin-bottom: 30px; +}
\ No newline at end of file |
