40 lines
2.4 KiB
JavaScript
40 lines
2.4 KiB
JavaScript
|
|
export default function MermsWhyChooseUs(){
|
|
return <>
|
|
<section className="pt-100 ws-wrapper content-section">
|
|
<div className="container">
|
|
<div className="bc-1-wrapper bg--02 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="s-24 w-700 h5-title">Why Choose Us</span>
|
|
{/* Title */}
|
|
<h2 className="s-46 w-700 pt-3">Experience, Knowledge, Skills & Passion</h2>
|
|
{/* Text */}
|
|
<p>
|
|
We make your practice stand out from other physicians in your area with modern A.I.-enabled solutions relevant to this period and time.
|
|
</p>
|
|
{/* Small Title */}
|
|
<h5 className="s-24 w-700 h5-title">Your success is the goal!</h5>
|
|
{/* Text */}
|
|
<p className="mb-0">Our platform helps any provider quickly create an online presence, a landing page, or a multi-page website. We also provide everything you need to get your practice humming at full speed.
|
|
</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-08.png" alt="content-image" />
|
|
</div>
|
|
</div>
|
|
</div> {/* End row */}
|
|
</div> {/* End section overlay */}
|
|
</div> {/* End content wrapper */}
|
|
</div> {/* End container */}
|
|
</section>
|
|
</>
|
|
|
|
} |