diff --git a/components/elements/LanguageSwitcher.js b/components/elements/LanguageSwitcher.js index 092b2a1..369f27e 100644 --- a/components/elements/LanguageSwitcher.js +++ b/components/elements/LanguageSwitcher.js @@ -16,7 +16,7 @@ export default function LanguageSwitcher() { } return ( -
  • +
  • {t("language")} diff --git a/components/sections/MersmHero.js b/components/sections/MersmHero.js index e1c7db5..b80694b 100644 --- a/components/sections/MersmHero.js +++ b/components/sections/MersmHero.js @@ -11,7 +11,7 @@ export default function MersmHero() { {/* HERO TEXT */}
    -

    {t("title")}

    +

    {t("title")} {t("title1")}

    {t("description")}

    {t("cta")}
    diff --git a/messages/en.json b/messages/en.json index 8ce1926..87c209d 100644 --- a/messages/en.json +++ b/messages/en.json @@ -9,7 +9,7 @@ "forum": "Forum", "signIn": "Sign in", "signUp": "Sign up", - "language": "Language" + "language": "English" }, "Footer": { "description": "Are you looking for secure cloud-based tools and a strong online presence for your healthcare brand? MermEmr provides healthcare professionals with reliable SEO, online marketing, and clinical solutions to help you grow.", @@ -28,7 +28,8 @@ "allRightsReserved": "All Rights Reserved" }, "Hero": { - "title": "All-in-One Cloud Platform for Practice Management", + "title": "The AI Platform", + "title1": "Built for Medical Practitioners", "description": "Streamline workflows across practice with powerful AI agents. Build and deploy automated workflows with ease.", "cta": "Get started for free" }, diff --git a/messages/es.json b/messages/es.json index f92b4c0..53ed8b7 100644 --- a/messages/es.json +++ b/messages/es.json @@ -28,7 +28,8 @@ "allRightsReserved": "Todos los derechos reservados" }, "Hero": { - "title": "Plataforma en la nube todo en uno para la gestión de consultorios", + "title": "La plataforma de IA", + "title1": "creada para profesionales médicos", "description": "Optimice los flujos de trabajo de su consultorio con potentes agentes de IA. Cree e implemente flujos de trabajo automatizados con facilidad.", "cta": "Comenzar gratis" }, diff --git a/messages/fr.json b/messages/fr.json index 9950c3a..8e01dbe 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -28,7 +28,8 @@ "allRightsReserved": "Tous droits réservés" }, "Hero": { - "title": "Plateforme cloud tout-en-un pour la gestion de cabinet", + "title": "La plateforme d'IA", + "title1": "créée pour les médecins", "description": "Simplifiez les flux de travail de votre cabinet avec de puissants agents IA. Créez et déployez des workflows automatisés en toute simplicité.", "cta": "Commencer gratuitement" },