Replaced some images on home, business and users page #6

Merged
tokslaw merged 1 commits from replacement_of_images into master 2023-03-25 20:53:13 +00:00
6 changed files with 4 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

+1 -1
View File
@@ -1096,7 +1096,7 @@ class Fleet extends React.Component {
{/* IMAGE BLOCK */}
<div className="col-md-5 col-lg-6 m-bottom">
<div className="img-block right-column pc-25 wow fadeInUp" data-wow-delay="0.6s">
<img className="img-fluid" src="assets/images/img-15-fit.png" alt="content-image" />
<img className="img-fluid" src="assets/images/img_15_fit.png" alt="content-image" />
</div>
</div>
{/* TEXT BLOCK */}
+2 -2
View File
@@ -367,7 +367,7 @@ class FloatHome extends React.Component {
{/* IMAGE BLOCK */}
<div className="col-md-5 col-lg-6 m-top">
<div className="img-block right-column pc-20 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
<img className="img-fluid" src="assets/images/img-05.png" alt="content-image" />
<img className="img-fluid" src="assets/images/img_05.png" alt="content-image" />
</div>
</div>
</div> {/* End row */}
@@ -1260,7 +1260,7 @@ class FloatHome extends React.Component {
</div>
{/* Image */}
<div className="download-5-img wow fadeInUp" data-wow-delay="0.8s">
<img className="img-fluid" src="assets/images/img-20.png" alt="download-image" />
<img className="img-fluid" src="assets/images/img_20.png" alt="download-image" />
</div>
</div>
</div> {/* End row */}
+1 -1
View File
@@ -343,7 +343,7 @@ class Users extends React.Component {
{/* IMAGE BLOCK */}
<div className="col-md-5 col-lg-6 m-top">
<div className="img-block right-column pc-15 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
<img className="img-fluid" src="assets/images/img-05.png" alt="content-image" />
<img className="img-fluid" src="assets/images/img_05.png" alt="content-image" />
</div>
</div>
</div> {/* End row */}