This commit is contained in:
CHIEFSOFT\ameye
2026-05-24 13:00:40 -04:00
5 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export default function LanguageSwitcher() {
} }
return ( return (
<li className="nl-simple" aria-haspopup="true" style={{ listStyle: "none" }}> <li className="nl-simple" aria-haspopup="true" style={{ listStyle: "none", marginLeft: "auto", fontSize: '10px' }}>
<span className="h-link" style={{ cursor: "default" }}> <span className="h-link" style={{ cursor: "default" }}>
{t("language")} <span className="wsarrow" /> {t("language")} <span className="wsarrow" />
</span> </span>
+1 -1
View File
@@ -11,7 +11,7 @@ export default function MersmHero() {
{/* HERO TEXT */} {/* HERO TEXT */}
<div className="col-md-5"> <div className="col-md-5">
<div className="hero-13-txt wow fadeInRight"> <div className="hero-13-txt wow fadeInRight">
<h2 className="s-54 w-700">{t("title")}</h2> <h2 className="s-54 w-700">{t("title")} <span className="color--theme">{t("title1")}</span> </h2>
<p className="p-lg">{t("description")}</p> <p className="p-lg">{t("description")}</p>
<Link href={process.env.NEXT_PUBLIC_SIGNUP_URL} className="btn r-04 btn--theme hover--tra-black">{t("cta")}</Link> <Link href={process.env.NEXT_PUBLIC_SIGNUP_URL} className="btn r-04 btn--theme hover--tra-black">{t("cta")}</Link>
</div> </div>
+3 -2
View File
@@ -9,7 +9,7 @@
"forum": "Forum", "forum": "Forum",
"signIn": "Sign in", "signIn": "Sign in",
"signUp": "Sign up", "signUp": "Sign up",
"language": "Language" "language": "English"
}, },
"Footer": { "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.", "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" "allRightsReserved": "All Rights Reserved"
}, },
"Hero": { "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.", "description": "Streamline workflows across practice with powerful AI agents. Build and deploy automated workflows with ease.",
"cta": "Get started for free" "cta": "Get started for free"
}, },
+2 -1
View File
@@ -28,7 +28,8 @@
"allRightsReserved": "Todos los derechos reservados" "allRightsReserved": "Todos los derechos reservados"
}, },
"Hero": { "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.", "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" "cta": "Comenzar gratis"
}, },
+2 -1
View File
@@ -28,7 +28,8 @@
"allRightsReserved": "Tous droits réservés" "allRightsReserved": "Tous droits réservés"
}, },
"Hero": { "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é.", "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" "cta": "Commencer gratuitement"
}, },