45 lines
2.5 KiB
JavaScript
45 lines
2.5 KiB
JavaScript
|
|
|
|
import Link from "next/link"
|
|
export default function Lnk1_10() {
|
|
return (
|
|
<>
|
|
<section id="lnk-1" className="pt-100 ws-wrapper content-section">
|
|
<div className="container">
|
|
<div className="bc-3-wrapper bg--04 bg--fixed hidd r-16">
|
|
<div className="section-overlay">
|
|
<div className="row d-flex align-items-center">
|
|
{/* TEXT BLOCK */}
|
|
<div className="col-md-6 col-lg-5 order-last order-md-2">
|
|
<div className="bc-3-txt wow fadeInRight">
|
|
{/* Section ID */}
|
|
<span className="section-id">Advanced Security</span>
|
|
{/* Title */}
|
|
<h2 className="s-44 w-700">Secure access to all your files</h2>
|
|
{/* Text */}
|
|
<p className="mb-0">Risus auctor ligula tempus feugiat and dolor lacinia purus in
|
|
congue lipsum purus sapien quaerat vitae primis tellus viverra vitae
|
|
</p>
|
|
{/* Link */}
|
|
<div className="txt-block-tra-link mt-25">
|
|
<Link href="#features-2" className="tra-link ico-20 color--theme">
|
|
The smarter way to work <span className="flaticon-next" />
|
|
</Link>
|
|
</div>
|
|
</div>
|
|
</div> {/* END TEXT BLOCK */}
|
|
{/* IMAGE BLOCK */}
|
|
<div className="col-md-6 col-lg-7 order-first order-md-2">
|
|
<div className="bc-3-img wow fadeInLeft">
|
|
<img className="img-fluid" src="/images/dashboard-05.png" alt="content-image" />
|
|
</div>
|
|
</div>
|
|
</div> {/* End row */}
|
|
</div> {/* End section overlay */}
|
|
</div> {/* End content wrapper */}
|
|
</div> {/* End container */}
|
|
</section>
|
|
</>
|
|
)
|
|
}
|