Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu a4a629222c replaced some images in the home and business page after reducing image size 2023-03-21 19:20:57 +01:00
victorAnumudu e6fcf6e05f replaced some images in the home and business page 2023-03-21 18:02:52 +01:00
6 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -416,7 +416,8 @@ 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.jpg); } */
.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 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.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.png" alt="content-image" />
<img className="img-fluid" src="assets/images/home-sta-desktop1.png" alt="content-image" />
</div>
</div>
</div> {/* End row */}