Replaced some images in the Home and Business page #4

Merged
tokslaw merged 1 commits from image_replacements into master 2023-03-22 03:28:05 +00:00
9 changed files with 3 additions and 21 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ p {
.bg_chat { background-image: url(../images/bg_chat.jpg); background-attachment: scroll!important; }
.bg_fit_01 { background-image: url(../images/bg_fit_01.jpg); background-attachment: scroll!important; }
/* .bg_fit_02 { background-image: url(../images/bg_fit_02.jpg); } */
.bg_fit_02 { background-image: url(../images/bg_fit_02.svg); } /*changed image*/
.bg_fit_02 { background-image: url(../images/bg_fit_02.png); } /*changed image*/
.bg_mobile { background-image: url(../images/bg_mobile.jpg); background-attachment: scroll!important; }
.bg_bank_01 { background-image: url(../images/bg_bank_01.jpg); background-attachment: scroll!important; }
.bg_bank_02 { background-image: url(../images/bg_bank_02.jpg); background-attachment: scroll!important; }
Binary file not shown.

After

Width:  |  Height:  |  Size: 405 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 214 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

+1 -1
View File
@@ -220,7 +220,7 @@ class Fleet 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-17_new1.png" alt="content-image" />
<img className="img-fluid" src="assets/images/img-17_new.png" alt="content-image" />
</div>
</div>
</div> {/* End row */}
+1 -1
View File
@@ -218,7 +218,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-15 mb-40 wow fadeInLeft" data-wow-delay="0.6s">
<img className="img-fluid" src="assets/images/home-sta-desktop.svg" alt="content-image" />
<img className="img-fluid" src="assets/images/home-sta-desktop1.png" alt="content-image" />
</div>
</div>
</div> {/* End row */}