diff --git a/public/index.html b/public/index.html index dd1ccfd..a5a3ba8 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Nemo.immo | Assistant de gestion locative diff --git a/src/components/FeaturesSection.js b/src/components/FeaturesSection.js index fd17ce2..0d66ff9 100644 --- a/src/components/FeaturesSection.js +++ b/src/components/FeaturesSection.js @@ -16,28 +16,28 @@ function FeaturesSection(props) {
- About + À propos FAQ Contact - - Blog -
+ + + + + + + + + +
{props.copyright}
diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 6074230..3375262 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -30,7 +30,7 @@ function Navbar(props) { {auth.user && (
- Account + Mon compte
@@ -44,7 +44,7 @@ function Navbar(props) { auth.signout(); }} > - Sign out + Déconnexion
@@ -52,7 +52,7 @@ function Navbar(props) { {!auth.user && ( - Sign in + Connexion )} diff --git a/src/components/TestimonialsSection.js b/src/components/TestimonialsSection.js index 7396337..23ac43a 100644 --- a/src/components/TestimonialsSection.js +++ b/src/components/TestimonialsSection.js @@ -19,7 +19,7 @@ function TestimonialsSection(props) { avatar: "https://uploads.divjoy.com/pravatar-150x-5.jpeg", name: "Sarah Kline", bio: - "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.", + "Ce que j’aime dans cet outil, c’est surtout sa simplicité d’utilisation ! Enfin quelque chose de bien pensé, rassurant et moderne [...]", company: "Company" }, { @@ -27,7 +27,7 @@ function TestimonialsSection(props) { name: "Shawna Murray", role: "Software Engineer", bio: - "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorum consequatur numquam aliquam tenetur ad amet inventore hic beatae, quas accusantium perferendis sapiente explicabo, corporis totam!", + "J’ai 4 locations à gérer : j’étais vite débordé avant, mais maintenant tout est centralisé sur mon compte. Si je n'ai pas le temps de me connecter, je reçois quand même toujours les notifications par mail !", company: "Company" }, { @@ -35,7 +35,7 @@ function TestimonialsSection(props) { name: "Blake Elder", role: "Designer", bio: - "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorum consequatur numquam aliquam tenetur ad amet inventore hic beatae.", + "Avant, j’envoyais un chèque par la poste... mais c’est bien plus pratique maintenant de payer mon loyer : réglé en un clic, trace du paiement, quittance envoyée par email...", company: "Company" } ]} diff --git a/src/pages/_app.js b/src/pages/_app.js index d8b5145..eb5720e 100644 --- a/src/pages/_app.js +++ b/src/pages/_app.js @@ -69,7 +69,7 @@ function App(props) { color="light" size="normal" logo="https://uploads.divjoy.com/logo.svg" - copyright="© 2019 Company" + copyright="© 2019 nemo.immo" /> diff --git a/src/pages/index.js b/src/pages/index.js index 35b8296..e0df23e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -14,9 +14,9 @@ function IndexPage(props) { { router.push("/pricing"); @@ -26,23 +26,23 @@ function IndexPage(props) { );