language implementation MERMS

This commit is contained in:
2026-05-23 20:49:12 -04:00
parent d13d655cf6
commit 439e322abc
51 changed files with 1580 additions and 650 deletions
+32 -71
View File
@@ -1,169 +1,130 @@
import { useTranslations } from "next-intl"
export default function MermsAboutFeautures(){
export default function MermsAboutFeautures() {
const t = useTranslations("AboutFeatures")
return <>
<section id="features-11" className="py-100 features-section division">
<div className="container">
{/* SECTION TITLE */}
<div className="row justify-content-center">
<div className="col-md-10 col-lg-9">
<div className="section-title mb-70">
{/* Title */}
<h2 className="s-50 w-700">We help you drive your goals with ease</h2>
<h2 className="s-50 w-700">{t("title")}</h2>
</div>
</div>
</div>
{/* FEATURES-11 WRAPPER */}
<div className="fbox-wrapper">
<div className="row row-cols-1 row-cols-md-2 rows-3">
{/* FEATURE BOX #1 */}
<div className="col">
<div className="fbox-11 fb-1 wow fadeInUp">
{/* Icon */}
<div className="fbox-ico-wrap">
<div className="fbox-ico ico-50">
<div className="shape-ico">
{/* Vector Icon */}
<span className="flaticon-graphics color--theme" />
{/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#f4f9fc" d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" />
</svg>
</div>
</div>
</div> {/* End Icon */}
{/* Text */}
</div>
<div className="fbox-txt">
<h6 className="s-22 w-700">Healthcare Website</h6>
<p>Our platform is thoughtfully designed to cater to the unique needs of healthcare practitioners, ensuring that you can focus on what truly matters - your mission.
</p>
<h6 className="s-22 w-700">{t("feature1Title")}</h6>
<p>{t("feature1Desc")}</p>
</div>
</div>
</div> {/* END FEATURE BOX #1 */}
{/* FEATURE BOX #2 */}
</div>
<div className="col">
<div className="fbox-11 fb-2 wow fadeInUp">
{/* Icon */}
<div className="fbox-ico-wrap">
<div className="fbox-ico ico-50">
<div className="shape-ico">
{/* Vector Icon */}
<span className="flaticon-idea color--theme" />
{/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#f4f9fc" d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" />
</svg>
</div>
</div>
</div> {/* End Icon */}
{/* Text */}
</div>
<div className="fbox-txt">
<h6 className="s-22 w-700">Auto Engage</h6>
<p>We use our artificial intelligence tools to assist you in getting your users' engagement activities going with ease. We help you connect your contestants on social media sites.
</p>
<h6 className="s-22 w-700">{t("feature2Title")}</h6>
<p>{t("feature2Desc")}</p>
</div>
</div>
</div> {/* END FEATURE BOX #2 */}
{/* FEATURE BOX #3 */}
</div>
<div className="col">
<div className="fbox-11 fb-3 wow fadeInUp">
{/* Icon */}
<div className="fbox-ico-wrap">
<div className="fbox-ico ico-50">
<div className="shape-ico">
{/* Vector Icon */}
<span className="flaticon-graphic color--theme" />
{/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#f4f9fc" d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" />
</svg>
</div>
</div>
</div> {/* End Icon */}
{/* Text */}
</div>
<div className="fbox-txt">
<h6 className="s-22 w-700">Patient News</h6>
<p>Engage your patients and others will topics that educate and improve outcomes with blog addition to your website.
</p>
<h6 className="s-22 w-700">{t("feature3Title")}</h6>
<p>{t("feature3Desc")}</p>
</div>
</div>
</div> {/* END FEATURE BOX #3 */}
{/* FEATURE BOX #4 */}
</div>
<div className="col">
<div className="fbox-11 fb-4 wow fadeInUp">
{/* Icon */}
<div className="fbox-ico-wrap">
<div className="fbox-ico ico-50">
<div className="shape-ico">
{/* Vector Icon */}
<span className="flaticon-wireframe color--theme" />
{/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#f4f9fc" d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" />
</svg>
</div>
</div>
</div> {/* End Icon */}
{/* Text */}
</div>
<div className="fbox-txt">
<h6 className="s-22 w-700">Practice Tools</h6>
<p>From appointment scheduling, messaging patient records management and billing, manage your features account in one simple portal.
</p>
<h6 className="s-22 w-700">{t("feature4Title")}</h6>
<p>{t("feature4Desc")}</p>
</div>
</div>
</div> {/* END FEATURE BOX #4 */}
{/* FEATURE BOX #5 */}
</div>
<div className="col">
<div className="fbox-11 fb-5 wow fadeInUp">
{/* Icon */}
<div className="fbox-ico-wrap">
<div className="fbox-ico ico-50">
<div className="shape-ico">
{/* Vector Icon */}
<span className="flaticon-trophy color--theme" />
{/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#f4f9fc" d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" />
</svg>
</div>
</div>
</div> {/* End Icon */}
{/* Text */}
</div>
<div className="fbox-txt">
<h6 className="s-22 w-700">Personal Website</h6>
<p>You are already a practitioner , sometimes you need to engage in general health discourse, we provide personal channels that augments your online presence.
</p>
<h6 className="s-22 w-700">{t("feature5Title")}</h6>
<p>{t("feature5Desc")}</p>
</div>
</div>
</div> {/* END FEATURE BOX #5 */}
{/* FEATURE BOX #6 */}
</div>
<div className="col">
<div className="fbox-11 fb-6 wow fadeInUp">
{/* Icon */}
<div className="fbox-ico-wrap">
<div className="fbox-ico ico-50">
<div className="shape-ico">
{/* Vector Icon */}
<span className="flaticon-search-engine-1 color--theme" />
{/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#f4f9fc" d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" />
</svg>
</div>
</div>
</div> {/* End Icon */}
{/* Text */}
</div>
<div className="fbox-txt">
<h6 className="s-22 w-700">SEO &amp; Insight</h6>
<p>Monitor traffic and performance of your sites, get improvement recommendations and assist for improvement applicable.
</p>
<h6 className="s-22 w-700">{t("feature6Title")}</h6>
<p>{t("feature6Desc")}</p>
</div>
</div>
</div> {/* END FEATURE BOX #6 */}
</div> {/* End row */}
</div> {/* END FEATURES-11 WRAPPER */}
</div> {/* End container */}
</div>
</div>
</div>
</div>
</section>
</>
}
}