first commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
|
||||
|
||||
import Link from "next/link"
|
||||
import VideoPopup from "../elements/VidepPopup"
|
||||
export default function Lnk3_7() {
|
||||
return (
|
||||
<>
|
||||
<section id="lnk-3" className="pt-100 ws-wrapper content-section">
|
||||
<div className="container">
|
||||
<div className="bc-5-wrapper bg--black-400 pattern-04 hidd bg--scroll r-16">
|
||||
<div className="section-overlay">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row justify-content-center">
|
||||
<div className="col-md-11 col-lg-9">
|
||||
<div className="section-title color--white wow fadeInUp mb-60">
|
||||
{/* Title */}
|
||||
<h2 className="s-50 w-700">Build a customer-centric marketing strategy</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">Aliquam a augue suscipit luctus neque purus ipsum neque diam
|
||||
dolor primis libero tempus, blandit and cursus varius and magnis sodales
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="row justify-content-center">
|
||||
<div className="col">
|
||||
<div className="bc-5-img bc-5-tablet img-block-hidden video-preview wow fadeInUp">
|
||||
{/* Play Icon */}
|
||||
<VideoPopup style={1}/>
|
||||
{/* Preview Image */}
|
||||
<img className="img-fluid" src="/images/tablet-05.png" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End section overlay */}
|
||||
</div> {/* End content wrapper */}
|
||||
</div> {/* End container */}
|
||||
</section>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user