turnkey img updated
@ -17,7 +17,7 @@ export default function page() {
|
||||
<Header1 />
|
||||
<div
|
||||
className="breadcrumb-wrapper bg-cover"
|
||||
style={{ backgroundImage: 'url("/assets/img/cta-bg.jpg")' }}
|
||||
style={{ backgroundImage: 'url("/assets/img/contact/contact-banner.webp")' }}
|
||||
>
|
||||
<div className="container">
|
||||
<div className="breadcrumb-wrapper-items">
|
||||
|
||||
@ -16,7 +16,7 @@ export default function page() {
|
||||
<Header1 />
|
||||
<div
|
||||
className="breadcrumb-wrapper bg-cover"
|
||||
style={{ backgroundImage: 'url("/assets/img/cta-bg.jpg")' }}
|
||||
style={{ backgroundImage: 'url("/assets/img/turnkey-solutions/turnkey-banner.webp")' }}
|
||||
>
|
||||
<div className="container">
|
||||
<div className="breadcrumb-wrapper-items">
|
||||
|
||||
@ -13,7 +13,7 @@ export default function About() {
|
||||
>
|
||||
<div className="about-shape-1 float-bob-x">
|
||||
<Image
|
||||
src="/assets/img/about/about-shape-1.png"
|
||||
src="/assets/img/turnkey-solutions/top-element.webp"
|
||||
width={114}
|
||||
height={419}
|
||||
alt="img"
|
||||
@ -21,7 +21,7 @@ export default function About() {
|
||||
</div>
|
||||
<div className="about-shape-2 float-bob-x">
|
||||
<Image
|
||||
src="/assets/img/about/about-shape-2.png"
|
||||
src="/assets/img/turnkey-solutions/bottom-element.webp"
|
||||
width={318}
|
||||
height={408}
|
||||
alt="img"
|
||||
@ -33,7 +33,7 @@ export default function About() {
|
||||
<div className="col-lg-6">
|
||||
<div className="about-image">
|
||||
<Image
|
||||
src="/assets/img/about/01.jpg"
|
||||
src="/assets/img/turnkey-solutions/big-img.webp"
|
||||
alt="img"
|
||||
width={485}
|
||||
height={592}
|
||||
@ -45,7 +45,7 @@ export default function About() {
|
||||
data-wow-delay=".4s"
|
||||
>
|
||||
<Image
|
||||
src="/assets/img/about/02.jpg"
|
||||
src="/assets/img/turnkey-solutions/small-img.webp"
|
||||
width={260}
|
||||
height={270}
|
||||
alt="img"
|
||||
|
||||
BIN
public/assets/img/contact/contact-banner.webp
Normal file
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 31 KiB |
BIN
public/assets/img/turnkey-solutions/bottom-element.webp
Normal file
|
After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 27 KiB |
BIN
public/assets/img/turnkey-solutions/small-img.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/assets/img/turnkey-solutions/top-element.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
@ -999,7 +999,7 @@
|
||||
}
|
||||
|
||||
li {
|
||||
color: $theme-color;
|
||||
color: #0b2273;
|
||||
text-transform: capitalize;
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
|
||||