blended image on easy step section with background

This commit is contained in:
victorAnumudu
2023-03-31 22:37:04 +01:00
parent f2f216561c
commit 00d927fc63
+28 -28
View File
@@ -42,13 +42,13 @@ function FeaturesHomeOne({ className }) {
<Link className="main-btn" to="/about-us">
Learn More
</Link>
</div>
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={freeAccount} alt="" />
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={freeAccount} alt="" />
</div>
</div>
</div>
<div className="col-xl-3 col-md-6 mb-50">
@@ -70,13 +70,13 @@ function FeaturesHomeOne({ className }) {
<a className="main-btn" href={site.dash_url_login}>
Learn More
</a>
</div>
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={marketPlace} alt="" />
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={marketPlace} alt="" />
</div>
</div>
</div>
<div className="col-xl-3 col-md-6 mb-50">
@@ -98,13 +98,13 @@ function FeaturesHomeOne({ className }) {
<a className="main-btn" href={site.dash_url_login}>
Learn More
</a>
</div>
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={task} alt="" />
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={task} alt="" />
</div>
</div>
</div>
<div className="col-xl-3 col-md-6 mb-50">
@@ -126,13 +126,13 @@ function FeaturesHomeOne({ className }) {
<a className="main-btn" href={site.dash_url_login}>
Learn More
</a>
</div>
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={getPaid} alt="" />
<div
className="appie-features-thumb text-center wow animated fadeInUp"
data-wow-duration="2000ms"
data-wow-delay="200ms"
>
<img className='p-3' src={getPaid} alt="" />
</div>
</div>
</div>
</div>