55 lines
2.9 KiB
JavaScript
55 lines
2.9 KiB
JavaScript
|
|
|
|
import Link from "next/link"
|
|
export default function Ct02_31() {
|
|
return (
|
|
<>
|
|
<section className="pt-100 ct-02 content-section division">
|
|
<div className="container">
|
|
{/* SECTION CONTENT (ROW) */}
|
|
<div className="row d-flex align-items-center">
|
|
{/* IMAGE BLOCK */}
|
|
<div className="col-md-6">
|
|
<div className="img-block left-column wow fadeInRight">
|
|
<img className="img-fluid" src="/images/img-05.png" alt="content-image" />
|
|
</div>
|
|
</div>
|
|
{/* TEXT BLOCK */}
|
|
<div className="col-md-6">
|
|
<div className="txt-block right-column wow fadeInLeft">
|
|
{/* Section ID */}
|
|
<span className="section-id">Productivity Focused</span>
|
|
{/* Title */}
|
|
<h2 className="s-46 w-700">Achieve more with better workflows</h2>
|
|
{/* Text */}
|
|
<p>Sodales tempor sapien quaerat ipsum undo congue laoreet turpis neque auctor turpis
|
|
vitae dolor luctus placerat magna and ligula cursus purus vitae purus an ipsum suscipit
|
|
</p>
|
|
{/* List */}
|
|
<ul className="simple-list">
|
|
<li className="list-item">
|
|
<p>Cursus purus suscipit vitae cubilia magnis volute egestas vitae sapien
|
|
turpis sodales magna
|
|
</p>
|
|
</li>
|
|
<li className="list-item">
|
|
<p className="mb-0">Tempor sapien quaerat an ipsum laoreet purus and sapien dolor
|
|
an ultrice ipsum aliquam congue
|
|
</p>
|
|
</li>
|
|
</ul>
|
|
{/* Link */}
|
|
<div className="txt-block-tra-link mt-25">
|
|
<Link href="#lnk-4" className="tra-link ico-20 color--theme">
|
|
Data integrations <span className="flaticon-next" />
|
|
</Link>
|
|
</div>
|
|
</div>
|
|
</div> {/* END TEXT BLOCK */}
|
|
</div> {/* END SECTION CONTENT (ROW) */}
|
|
</div> {/* End container */}
|
|
</section>
|
|
</>
|
|
)
|
|
}
|