images updated
@ -46,7 +46,7 @@ export default function About() {
|
||||
data-wow-delay=".4s"
|
||||
>
|
||||
<Image
|
||||
src="/assets/img/about/about-small-image.webp"
|
||||
src="/assets/img/home/about/about-small-image.webp"
|
||||
width={260}
|
||||
height={270}
|
||||
style={{ height: '200px', objectFit: 'cover' }}
|
||||
|
||||
@ -104,7 +104,7 @@ export const teamMembers = [
|
||||
export const teamMembers2 = [
|
||||
{
|
||||
id: 5,
|
||||
image: "/assets/img/about-page/1.webp",
|
||||
image: "/assets/img/about-page/section-3/company-profile.webp",
|
||||
name: " At a Glance",
|
||||
role: "Sr. engineer",
|
||||
link: "/corporate-profile",
|
||||
@ -130,7 +130,7 @@ export const teamMembers2 = [
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
image: "/assets/img/about-page/2.webp",
|
||||
image: "/assets/img/about-page/section-3/factory.webp",
|
||||
name: "Factory & Workflows",
|
||||
role: "Sr. engineer",
|
||||
link: "/factory-workflows",
|
||||
@ -157,7 +157,7 @@ export const teamMembers2 = [
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
image: "/assets/img/about-page/3.webp",
|
||||
image: "/assets/img/about-page/section-3/sustainability.webp",
|
||||
name: "Sustainability Impact",
|
||||
role: "Sr. engineer",
|
||||
link: "/sustainability-impact",
|
||||
@ -183,7 +183,7 @@ export const teamMembers2 = [
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
image: "/assets/img/about-page/4.webp",
|
||||
image: "/assets/img/about-page/section-3/rd.webp",
|
||||
name: "Engineering & Innovation",
|
||||
role: "Sr. engineer",
|
||||
link: "/engineering-innovation",
|
||||
|
||||
BIN
public/assets/img/about-page/section-3/company-profile.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/img/about-page/section-3/factory.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/assets/img/about-page/section-3/rd.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/assets/img/about-page/section-3/sustainability.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/img/home/about/about-big-image-old.webp
Normal file
|
After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 32 KiB |
BIN
public/assets/img/home/about/about-small-image-old.webp
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 5.0 KiB |
BIN
public/assets/img/home/build/build-on-innovation-left-old.webp
Normal file
|
After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 28 KiB |
BIN
public/assets/img/home/build/build-on-innovation-right-old.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 22 KiB |
BIN
public/assets/img/home/testimonial/testimonial-right-old.webp
Normal file
|
After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 33 KiB |
BIN
public/assets/img/turnkey-solutions/big-img-old.webp
Normal file
|
After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 26 KiB |
BIN
public/assets/img/turnkey-solutions/small-img-old.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 7.4 KiB |
@ -137,7 +137,7 @@
|
||||
}
|
||||
|
||||
@include breakpoint (max-xxxl) {
|
||||
padding: 0 40px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
@include breakpoint (max-xl) {
|
||||
@ -180,7 +180,7 @@
|
||||
}
|
||||
|
||||
@include breakpoint (max-xxxl) {
|
||||
gap: 40px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
@include breakpoint (max-xl) {
|
||||
@ -315,7 +315,7 @@
|
||||
li {
|
||||
|
||||
@include breakpoint (max-xxl) {
|
||||
margin-inline-end: 40px;
|
||||
margin-inline-end: 20px;
|
||||
}
|
||||
|
||||
.has-homemenu {
|
||||
@ -733,7 +733,7 @@
|
||||
.header__hamburger {
|
||||
display: none !important;
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
@media (max-width: 1199px) {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
@ -1094,7 +1094,7 @@
|
||||
}
|
||||
}
|
||||
.responsive-logo {
|
||||
width: 300px;
|
||||
width: 250px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@ -1102,4 +1102,8 @@
|
||||
.responsive-logo {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.header-button .theme-btn {
|
||||
padding: 20px !important;
|
||||
}
|
||||