language implementation MERMS
This commit is contained in:
@@ -1,52 +1,31 @@
|
||||
import { useTranslations } from "next-intl"
|
||||
|
||||
export default function MermsEngageBox() {
|
||||
const t = useTranslations("EngageBox")
|
||||
return <>
|
||||
<section className="pt-100 ws-wrapper content-section">
|
||||
<div className="container">
|
||||
<div className="bc-1-wrapper bg--white-400 bg--fixed r-16">
|
||||
<div className="section-overlay">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-6 order-last order-md-2">
|
||||
<div className="txt-block left-column wow fadeInRight">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Enhance Engagement with Intelligent Solutions</span>
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">Achieve Success Through Automation.</h2>
|
||||
{/* Text */}
|
||||
<p> Utilize our automation tools and AI-Assist to enhance and manage your healthcare online presence, as well as streamline your practice operations.
|
||||
</p>
|
||||
{/* Small Title */}
|
||||
<h5 className="s-24 w-700">Modern, Smarter Solutions for Your Practice</h5>
|
||||
{/* Text */}
|
||||
<p className="mb-0">Access up-to-date tools to manage your online presence and practice efficiently. Benefit from effective campaign management, seamless tool adoption, and real-time insights into industry trends.
|
||||
</p>
|
||||
<span className="section-id">{t("sectionId")}</span>
|
||||
<h2 className="s-46 w-700">{t("title")}</h2>
|
||||
<p>{t("description")}</p>
|
||||
<h5 className="s-24 w-700">{t("subtitle")}</h5>
|
||||
<p className="mb-0">{t("subtitleDesc")}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* END TEXT BLOCK */}
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="col-md-6 order-first order-md-2">
|
||||
<div className="img-block right-column wow fadeInLeft">
|
||||
<img className="img-fluid" src="/images/engage-box.png" alt="content-image"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* End row */}
|
||||
</div>
|
||||
{/* End section overlay */}
|
||||
</div>
|
||||
{/* End content wrapper */}
|
||||
</div>
|
||||
{/* End container */}
|
||||
</section>
|
||||
{/* END BOX CONTENT */}
|
||||
</>
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user