turnkey img updated
@ -17,7 +17,7 @@ export default function page() {
|
|||||||
<Header1 />
|
<Header1 />
|
||||||
<div
|
<div
|
||||||
className="breadcrumb-wrapper bg-cover"
|
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="container">
|
||||||
<div className="breadcrumb-wrapper-items">
|
<div className="breadcrumb-wrapper-items">
|
||||||
|
|||||||
@ -16,7 +16,7 @@ export default function page() {
|
|||||||
<Header1 />
|
<Header1 />
|
||||||
<div
|
<div
|
||||||
className="breadcrumb-wrapper bg-cover"
|
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="container">
|
||||||
<div className="breadcrumb-wrapper-items">
|
<div className="breadcrumb-wrapper-items">
|
||||||
|
|||||||
@ -13,7 +13,7 @@ export default function About() {
|
|||||||
>
|
>
|
||||||
<div className="about-shape-1 float-bob-x">
|
<div className="about-shape-1 float-bob-x">
|
||||||
<Image
|
<Image
|
||||||
src="/assets/img/about/about-shape-1.png"
|
src="/assets/img/turnkey-solutions/top-element.webp"
|
||||||
width={114}
|
width={114}
|
||||||
height={419}
|
height={419}
|
||||||
alt="img"
|
alt="img"
|
||||||
@ -21,7 +21,7 @@ export default function About() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="about-shape-2 float-bob-x">
|
<div className="about-shape-2 float-bob-x">
|
||||||
<Image
|
<Image
|
||||||
src="/assets/img/about/about-shape-2.png"
|
src="/assets/img/turnkey-solutions/bottom-element.webp"
|
||||||
width={318}
|
width={318}
|
||||||
height={408}
|
height={408}
|
||||||
alt="img"
|
alt="img"
|
||||||
@ -33,7 +33,7 @@ export default function About() {
|
|||||||
<div className="col-lg-6">
|
<div className="col-lg-6">
|
||||||
<div className="about-image">
|
<div className="about-image">
|
||||||
<Image
|
<Image
|
||||||
src="/assets/img/about/01.jpg"
|
src="/assets/img/turnkey-solutions/big-img.webp"
|
||||||
alt="img"
|
alt="img"
|
||||||
width={485}
|
width={485}
|
||||||
height={592}
|
height={592}
|
||||||
@ -45,7 +45,7 @@ export default function About() {
|
|||||||
data-wow-delay=".4s"
|
data-wow-delay=".4s"
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
src="/assets/img/about/02.jpg"
|
src="/assets/img/turnkey-solutions/small-img.webp"
|
||||||
width={260}
|
width={260}
|
||||||
height={270}
|
height={270}
|
||||||
alt="img"
|
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 {
|
li {
|
||||||
color: $theme-color;
|
color: #0b2273;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|||||||