diff --git a/docusaurus.config.js b/docusaurus.config.js index db14d907..56cbe139 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -51,6 +51,12 @@ module.exports = { label: "Blog", position: "left", }, + { + to: "plus/", + activeBasePath: "plus", + label: "Plus", + position: "left", + }, { type: "dropdown", label: "Community", @@ -196,10 +202,5 @@ module.exports = { defer: true, src: "https://abcdef.gladysassistant.com/latest.js", }, - { - async: true, - defer: true, - src: "/js/mailerlite.js", - }, ], }; diff --git a/i18n/fr/code.json b/i18n/fr/code.json index f67c798a..9ea8fc25 100644 --- a/i18n/fr/code.json +++ b/i18n/fr/code.json @@ -4,11 +4,11 @@ "description": "The home page title" }, "home.description": { - "message": "Le logiciel de domotique open-source qui respecte votre vie privée", + "message": "Donnez de l'intelligence à votre maison", "description": "The home page description" }, "home.gettingStartedButton": { - "message": "Installer", + "message": "Installer gratuitement", "description": "The getting started button of the homepage" }, "home.tryOnlineButton": { diff --git a/src/components/Home.js b/src/components/Home.js index 4f519ac7..6f68f185 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -255,7 +255,7 @@ function Home({ integrations, lang }) { id="home.description" description="The home page description" > - A privacy-first, open-source home assistant + Craft Your Perfect Smart Home Experience.

@@ -274,29 +274,31 @@ function Home({ integrations, lang }) { id="home.gettingStartedButton" description="The getting started button of the homepage" > - Getting started + Install for free -
- - - Try Online - - -
+ + Try Online + + + + )}
@@ -342,7 +344,7 @@ function Home({ integrations, lang }) { id="home.coolFeatures.dashboardTitle" description="Cool features dashboard title on the homepage" > - Build great dashboard + Build great dashboards

@@ -350,7 +352,7 @@ function Home({ integrations, lang }) { id="home.coolFeatures.dashboardDescrition" description="Cool features dashboard title on the homepage" > - You can create as much dashboard as you want in Gladys, and + You can create as many dashboards as you want in Gladys, and they are entirely customizable. Add your cameras, charts of sensors in your house, display who's at home and who's not. @@ -528,7 +530,7 @@ function Home({ integrations, lang }) { id="home.characteristics.easeOfUseDescription" description="Characteristics ease of use title on the homepage" > - We build Gladys like we would build any consumer product: no + We built Gladys like we would build any consumer product: no SSH needed, no files to edit.

@@ -568,7 +570,7 @@ function Home({ integrations, lang }) { id="home.characteristics.stableDescription" description="Characteristics ease of use title on the homepage" > - Stability is one of the core value of the project, we build + Stability is one of the core values of the project, we built Gladys to run for tens of years.

diff --git a/src/components/homeStyles.module.css b/src/components/homeStyles.module.css index b225230e..7b4f03ec 100644 --- a/src/components/homeStyles.module.css +++ b/src/components/homeStyles.module.css @@ -54,8 +54,8 @@ HOMEPAGE } .heroButton { - padding: 0.5rem 1rem; - font-size: 16px; + padding: 0.5rem 1.5rem; + font-size: 20px; } .heroImg {