first commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
|
||||
|
||||
import Link from "next/link"
|
||||
export default function Banner7_4() {
|
||||
return (
|
||||
<>
|
||||
<section id="banner-7" className="mt-100 bg--05 bg--scroll banner-section">
|
||||
<div className="banner-overlay py-100">
|
||||
<div className="container">
|
||||
{/* BANNER-7 WRAPPER */}
|
||||
<div className="banner-7-wrapper">
|
||||
<div className="row justify-content-center">
|
||||
{/* BANNER-7 TEXT */}
|
||||
<div className="col-md-8">
|
||||
<div className="banner-7-txt color--white text-center">
|
||||
{/* Title */}
|
||||
<h2 className="s-50 w-700">Starting with Martex is easy, fast and free</h2>
|
||||
{/* Button */}
|
||||
<Link href="#hero-14" className="btn r-04 btn--theme hover--tra-white">Get srarted - it's free</Link>
|
||||
{/* Button Text */}
|
||||
<p className="p-sm btn-txt ico-15">
|
||||
<span className="flaticon-check" /> Free for 14 days, no credit card required.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* END BANNER-7 WRAPPER */}
|
||||
</div> {/* End container */}
|
||||
</div> {/* End banner overlay */}
|
||||
</section>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user