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 b295abb..87c209d 100644 --- a/messages/en.json +++ b/messages/en.json @@ -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" },