Fix footer menyu
This commit is contained in:
@@ -4,7 +4,7 @@ import Link from "next/link"
|
||||
export default function MermsBanner() {
|
||||
return (
|
||||
<>
|
||||
<section id="banner-13" className="pt-100 banner-section">
|
||||
<section id="banner-13" className="pt-100 banner-section" style={{paddingBottom: '15px'}} >
|
||||
<div className="container">
|
||||
{/* BANNER-13 WRAPPER */}
|
||||
<div className="banner-13-wrapper bg--03 bg--scroll r-16 block-shadow">
|
||||
@@ -13,20 +13,14 @@ export default function MermsBanner() {
|
||||
{/* 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={process.env.NEXT_PUBLIC_SIGNUP_URL} className="btn r-04 btn--theme hover--tra-white" data-bs-toggle="modal" data-bs-target="#modal-3">Get Started Now</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/start-banner.png" alt="banner-image" />
|
||||
<img className="img-fluid" src="/images/start-banner-01.png" alt="banner-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
|
||||
Reference in New Issue
Block a user