2025-11-15 19:54:48 +05:30

38 lines
2.1 KiB
JavaScript

'use client'
export default function Experience() {
return (
<>
<section className="experience-section" style={{ backgroundImage: 'url(assets/images/background/bg-8.jpg)' }}>
<div className="auto-container">
<div className="row">
<div className="col-lg-6">
<div className="sec-title light style-three">
<h5>Why Choose Us</h5>
<h2>Reason for choosing us</h2>
<div className="text">To provide business planning and marketing services our being able to do what we like best.</div>
</div>
<div className="icon-box">
<div className="icon"><span className="flaticon-bot" /></div>
<h4>Tailored advice and <br />support</h4>
<div className="text">Business it will frequently occur that pleasures have to repudiated accepted.</div>
</div>
<div className="icon-box">
<div className="icon"><span className="flaticon-bot" /></div>
<h4>Flexibility to serve you <br /> better service</h4>
<div className="text">Complete accounts of the systems and expound teachings of the great explorers.</div>
</div>
</div>
<div className="col-lg-6">
<div className="experience-wrapper">
<div className="image"><img src="/assets/images/resource/graph.png" alt="" loading="lazy"/></div>
<h1>experience</h1>
<div className="experience-year"><h2>08 </h2><div className="text">Years <br />of Experience</div></div>
</div>
</div>
</div>
</div>
</section>
</>
)
}