64 lines
3.6 KiB
JavaScript
64 lines
3.6 KiB
JavaScript
import VideoPopup from "../elements/PopupVideo"
|
|
|
|
|
|
export default function Choose() {
|
|
return (
|
|
<>
|
|
<section className="choose__area-three whychoose__area-home7">
|
|
<div className="container">
|
|
<div className="row align-items-center">
|
|
<div className="col-lg-7 col-md-9">
|
|
<div className="choose__img-wrap-home7">
|
|
<div className="main-img-why">
|
|
<img src="/assets/img/home7/img-1.png" alt="Apexa" />
|
|
<VideoPopup />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div className="col-lg-5">
|
|
<div className="choose__content-three">
|
|
<div className="section-title mb-25 tg-heading-subheading animation-style3">
|
|
<span className="sub-title">Why We Are The Best</span>
|
|
<h2 className="title tg-element-title">We Offer Business Insight World Class Consulting</h2>
|
|
</div>
|
|
<p>We successfully cope with tasks of varying complexity provide area longerty guarantees and regularly master new Practice Following gies heur portfolio includes.</p>
|
|
<div className="choose__list">
|
|
<ul className="list-wrap">
|
|
<li>
|
|
<div className="choose__list-box">
|
|
<div className="choose__list-icon">
|
|
<i className="flaticon-financial-profit" />
|
|
</div>
|
|
<div className="choose__list-content">
|
|
<h4 className="title">Finance Planning</h4>
|
|
<p>Apexa helps youcona doing <br /> tempor incididunt.</p>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div className="choose__list-box">
|
|
<div className="choose__list-icon">
|
|
<i className="flaticon-report" />
|
|
</div>
|
|
<div className="choose__list-content">
|
|
<h4 className="title">Market Analysis</h4>
|
|
<p>Apexa helps youcona doing <br /> tempor incididunt.</p>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div className="choose__shape-wrap-three">
|
|
<img src="/assets/img/images/h3_choose_shape01.jpg" alt="" data-parallax="{"x" : 100 , "y" : -100 }" />
|
|
<img src="/assets/img/images/h3_choose_shape02.jpg" alt="" />
|
|
</div>
|
|
</section>
|
|
|
|
</ >
|
|
)
|
|
}
|