Fix page layout
This commit is contained in:
@@ -14,7 +14,7 @@ export default function Banner13_5() {
|
||||
<div className="col-md-7">
|
||||
<div className="banner-13-txt color--white">
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">Getting started with Martex today!</h2>
|
||||
<h2 className="s-46 w-700">Getting started with MERMS today!</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Congue laoreet turpis neque auctor turpis vitae dolor a luctus
|
||||
placerat and magna ligula cursus
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function MermsAbout() {
|
||||
<div className="col-md-6 col-lg-5">
|
||||
<div className="txt-block right-column wow fadeInLeft">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Control Data Access</span>
|
||||
{/*<span className="section-id">Control Data Access</span>*/}
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">The worldview of your practice matters.</h2>
|
||||
{/* List */}
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
|
||||
|
||||
import Link from "next/link"
|
||||
export default function MermsBanner() {
|
||||
return (
|
||||
<>
|
||||
<section id="banner-13" className="pt-100 banner-section">
|
||||
<div className="container">
|
||||
{/* BANNER-13 WRAPPER */}
|
||||
<div className="banner-13-wrapper bg--03 bg--scroll r-16 block-shadow">
|
||||
<div className="banner-overlay">
|
||||
<div className="row d-flex align-items-center">
|
||||
{/* BANNER-5 TEXT */}
|
||||
<div className="col-md-7">
|
||||
<div className="banner-13-txt color--white">
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">Getting started with MERMS today!</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">Congue laoreet turpis neque auctor turpis vitae dolor a luctus
|
||||
placerat and magna ligula cursus
|
||||
</p>
|
||||
{/* Button */}
|
||||
<Link href="#" className="btn r-04 btn--theme hover--tra-white" data-bs-toggle="modal" data-bs-target="#modal-3">Get srarted - it's free</Link>
|
||||
</div>
|
||||
</div> {/* END BANNER-13 TEXT */}
|
||||
{/* BANNER-13 IMAGE */}
|
||||
<div className="col-md-5">
|
||||
<div className="banner-13-img text-center">
|
||||
<img className="img-fluid" src="/images/img-04.png" alt="banner-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End banner overlay */}
|
||||
</div> {/* END BANNER-13 WRAPPER */}
|
||||
</div> {/* End container */}
|
||||
</section>
|
||||
</>
|
||||
)
|
||||
}
|
||||
@@ -97,7 +97,7 @@ export default function MermsFeatures() {
|
||||
<div className="col-md-5 order-first order-md-2">
|
||||
<div className="txt-block left-column wow fadeInLeft">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">One-Stop Solution</span>
|
||||
{/*<span className="section-id">One-Stop Solution</span>*/}
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">Smart solutions, real-time results</h2>
|
||||
{/* Text */}
|
||||
|
||||
Reference in New Issue
Block a user