language implementation MERMS
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { useTranslations } from "next-intl"
|
||||
|
||||
export default function MermsFeatures() {
|
||||
const t = useTranslations("Features")
|
||||
return (
|
||||
<>
|
||||
<section id="merms-features" className="shape--bg shape--purple-100 pt-100 features-section division"
|
||||
@@ -10,41 +13,31 @@ export default function MermsFeatures() {
|
||||
<div className="row">
|
||||
<div className="col-md-6">
|
||||
<div id="fb-12-1" className="fbox-12 bg--green-100 block-shadow r-12 mb-30">
|
||||
|
||||
<div className="fbox-ico ico-50">
|
||||
<div className="shape-ico color--theme">
|
||||
{/* Vector Icon */}
|
||||
<span className="flaticon-graphics"/>
|
||||
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
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)"/>
|
||||
<path 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 className="fbox-txt">
|
||||
<h5 className="s-20 w-700">Deploy in Seconds</h5>
|
||||
<p>Easily deploy the tools you need with our automated system.</p>
|
||||
<h5 className="s-20 w-700">{t("deployTitle")}</h5>
|
||||
<p>{t("deployDesc")}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #2 */}
|
||||
<div id="fb-12-2" className="fbox-12 bg--white-100 block-shadow r-12">
|
||||
{/* Icon */}
|
||||
<div className="fbox-ico ico-50">
|
||||
<div className="shape-ico color--theme">
|
||||
{/* Vector Icon */}
|
||||
<span className="flaticon-idea"/>
|
||||
{/* Shape */}
|
||||
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
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)"/>
|
||||
<path 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 className="fbox-txt">
|
||||
<h5 className="s-20 w-700">Useful Addons</h5>
|
||||
<p>Explore our expanding addons to improve your applications.</p>
|
||||
<h5 className="s-20 w-700">{t("addonsTitle")}</h5>
|
||||
<p>{t("addonsDesc")}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -54,36 +47,27 @@ export default function MermsFeatures() {
|
||||
<div className="shape-ico color--theme">
|
||||
<span className="flaticon-graphic"/>
|
||||
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
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)"/>
|
||||
<path 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 className="fbox-txt">
|
||||
<h5 className="s-20 w-700">Expanding Digital Ecosystem</h5>
|
||||
<p>We continuously introduce advanced digital tools designed to enhance and streamline your practice.</p>
|
||||
<h5 className="s-20 w-700">{t("ecosystemTitle")}</h5>
|
||||
<p>{t("ecosystemDesc")}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fb-12-4" className="fbox-12 bg--green-100 block-shadow r-12">
|
||||
{/* Icon */}
|
||||
<div className="fbox-ico ico-50">
|
||||
<div className="shape-ico color--theme">
|
||||
{/* Vector Icon */}
|
||||
<span className="flaticon-search-engine-1"/>
|
||||
{/* Shape */}
|
||||
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
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)"/>
|
||||
<path 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>
|
||||
{/* End Icon */}
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
<h5 className="s-20 w-700">Unified Management</h5>
|
||||
<p>Manage everything from one portal with MERMS AI Assist Tools</p>
|
||||
<h5 className="s-20 w-700">{t("unifiedTitle")}</h5>
|
||||
<p>{t("unifiedDesc")}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -93,21 +77,14 @@ export default function MermsFeatures() {
|
||||
|
||||
<div className="col-md-5 order-first order-md-2">
|
||||
<div className="txt-block left-column wow fadeInLeft">
|
||||
<h2 className="s-46 w-700">Deploy Tools for Your Practice with Ease in Our Secure
|
||||
Cloud.</h2>
|
||||
<p>Empower your practice with seamless automation and essential tools for lasting
|
||||
success.
|
||||
</p>
|
||||
<h2 className="s-46 w-700">{t("mainTitle")}</h2>
|
||||
<p>{t("mainDesc")}</p>
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p>Effortlessly scale your practice with our growing ecosystem of innovative
|
||||
tools.
|
||||
</p>
|
||||
<p>{t("list1")}</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="mb-0">Boost your online presence and expand your community using
|
||||
our intelligent marketing platform.
|
||||
</p>
|
||||
<p className="mb-0">{t("list2")}</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user