banner on features
This commit is contained in:
+4
-32
@@ -3,6 +3,7 @@ import VideoPopup from "../components/elements/VidepPopup"
|
||||
import Layout from "../components/layout/Layout"
|
||||
import Link from "next/link"
|
||||
import MermsAboutFeautures from "../components/sections/MermsAboutFeautures";
|
||||
import MermsBanner from "../components/sections/MermsBanner";
|
||||
export default function Home() {
|
||||
|
||||
return (
|
||||
@@ -454,39 +455,10 @@ export default function Home() {
|
||||
</div> {/* END SECTION CONTENT (ROW) */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END TEXT CONTENT */}
|
||||
{/* INTEGRATIONS-1
|
||||
============================================= */}
|
||||
|
||||
<section id="banner-13" className="pt-100 banner-section">
|
||||
<div className="container">
|
||||
{/* BANNER-13 WRAPPER */}
|
||||
<div className="banner-13-wrapper bg--05 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 Martex 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="/signup-1" className="btn r-04 btn--theme hover--tra-white">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>
|
||||
<MermsBanner />
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user