turnkey img updated

This commit is contained in:
Selvi 2025-07-29 11:52:20 +05:30
parent 398d247ab1
commit 3ac13f9ce2
11 changed files with 7 additions and 7 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -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;