Fix footer autoMedSys
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
export default function MermsEngageBox() {
|
||||
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</span>
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">Automate your way to success</h2>
|
||||
{/* Text */}
|
||||
<p>Leverage our automation tools to present and manage your healthcare online
|
||||
presence and your practice tools with AI-Assist.
|
||||
</p>
|
||||
{/* Small Title */}
|
||||
<h5 className="s-24 w-700 h5-title">Modern & Smarter 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>
|
||||
</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 */}
|
||||
</>
|
||||
}
|
||||
+2
-34
@@ -7,6 +7,7 @@ import MermsBanner from "../components/sections/MermsBanner";
|
||||
import MermsFeatureSection4 from "../components/sections/MermsFeatureSection4";
|
||||
import MermsFeaturesSection1 from "../components/sections/MermsFeaturesSection1";
|
||||
import MermsFeaturesSectionTwo from "../components/sections/MermsFeaturesSectionTwo";
|
||||
import MermsEngageBox from "../components/sections/MermsEngageBox";
|
||||
export default function Home() {
|
||||
|
||||
return (
|
||||
@@ -75,40 +76,7 @@ export default function Home() {
|
||||
<hr className="divider" />
|
||||
<MermsAboutFeautures />
|
||||
<hr className="divider" />
|
||||
<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</span>
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">Automate your way to success</h2>
|
||||
{/* Text */}
|
||||
<p>Leverage our automation tools to present and manage your healthcare online presence and your practice tools with AI-Assist.
|
||||
</p>
|
||||
{/* Small Title */}
|
||||
<h5 className="s-24 w-700 h5-title">Modern & Smarter 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>
|
||||
</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/img-05.png" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End section overlay */}
|
||||
</div> {/* End content wrapper */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END BOX CONTENT */}
|
||||
|
||||
<MermsEngageBox />
|
||||
<hr className="divider" />
|
||||
<MermsBanner />
|
||||
</div>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 480 KiB |
Reference in New Issue
Block a user