Fix footer autoMedSys

This commit is contained in:
CHIEFSOFT\ameye
2026-05-16 20:55:45 -04:00
parent e0d60ac993
commit 842ae7159b
+14 -8
View File
@@ -9,19 +9,16 @@ export default function MermsEngageBox() {
<div className="col-md-6 order-last order-md-2"> <div className="col-md-6 order-last order-md-2">
<div className="txt-block left-column wow fadeInRight"> <div className="txt-block left-column wow fadeInRight">
{/* Section ID */} {/* Section ID */}
<span className="section-id">Enhance Engagement</span> <span className="section-id">Enhance Engagement with Intelligent Solutions</span>
{/* Title */} {/* 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 */} {/* Text */}
<p>Leverage our automation tools to present and manage your healthcare online <p> Utilize our automation tools and AI-Assist to enhance and manage your healthcare online presence, as well as streamline your practice operations.
presence and your practice tools with AI-Assist.
</p> </p>
{/* Small Title */} {/* 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 */} {/* Text */}
<p className="mb-0">Up to date tools to manage all you need for effective online <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.
presence and your practice management. Effective practice campaign, easy
adoptions of tools and visibility to trends.
</p> </p>
</div> </div>
</div> </div>
@@ -44,3 +41,12 @@ export default function MermsEngageBox() {
{/* END BOX CONTENT */} {/* END BOX CONTENT */}
</> </>
} }