From 6aa329aa740e3cc6743d1d62034ccaaa24a7c0ab Mon Sep 17 00:00:00 2001
From: June1372 <justine.sauquet@polymtl.ca>
Date: Sun, 5 Feb 2023 10:04:58 -0500
Subject: [PATCH] page acceuil!

---
 templates/but.html.twig        | 2 +-
 templates/connection.html.twig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/but.html.twig b/templates/but.html.twig
index 450da88..239db64 100644
--- a/templates/but.html.twig
+++ b/templates/but.html.twig
@@ -21,7 +21,7 @@
 			<span>Je souhaite vraiment acheter cette voiture :
 			</span>
 		</div>
-		<div>
+		<div style="">
 			<img src="./img/voiture.jpg"/>
 		</div>
 
diff --git a/templates/connection.html.twig b/templates/connection.html.twig
index bf35e20..8aab34e 100644
--- a/templates/connection.html.twig
+++ b/templates/connection.html.twig
@@ -61,7 +61,7 @@
                 <button class="ghost" id="signIn">Se connecter</button>
             </div>
             <div class="overlay-panel overlay-right">
-                <h1>Smart Money !</h1>
+                <h1>SmartSavings !</h1>
                 <p>Une manière simple et rapide de planifier et comprendre vos transactions quotidiennes !</p>
                 <p>A simple and rapid way to understand and plan your daily transactions !</p>
                 <button class="ghost" id="signUp">Créer un compte</button>
-- 
GitLab