Fix footer autoMedSys

This commit is contained in:
CHIEFSOFT\ameye
2026-05-16 20:55:45 -04:00
parent e0d60ac993
commit 842ae7159b
+15 -9
View File
@@ -9,19 +9,16 @@ export default function MermsEngageBox() {
<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</span>
<span className="section-id">Enhance Engagement with Intelligent Solutions</span>
{/* Title */}
<h2 className="s-46 w-700">Automate your way to success</h2>
<h2 className="s-46 w-700">Achieve Success Through Automation.</h2>
{/* Text */}
<p>Leverage our automation tools to present and manage your healthcare online
presence and your practice tools with AI-Assist.
<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 h5-title">Modern & Smarter for your Practice</h5>
<h5 className="s-24 w-700">Modern, Smarter Solutions for Your Practice</h5>
{/* Text */}
<p className="mb-0">Up to date tools to manage all you need for effective online
presence and your practice management. Effective practice campaign, easy
adoptions of tools and visibility to trends.
<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>
</div>
</div>
@@ -43,4 +40,13 @@ export default function MermsEngageBox() {
</section>
{/* END BOX CONTENT */}
</>
}
}