images updated

This commit is contained in:
Selvi 2026-07-29 12:52:57 +05:30
parent c5f4036023
commit fcc36498f5
21 changed files with 14 additions and 10 deletions

View File

@ -46,7 +46,7 @@ export default function About() {
data-wow-delay=".4s" data-wow-delay=".4s"
> >
<Image <Image
src="/assets/img/about/about-small-image.webp" src="/assets/img/home/about/about-small-image.webp"
width={260} width={260}
height={270} height={270}
style={{ height: '200px', objectFit: 'cover' }} style={{ height: '200px', objectFit: 'cover' }}

View File

@ -104,7 +104,7 @@ export const teamMembers = [
export const teamMembers2 = [ export const teamMembers2 = [
{ {
id: 5, id: 5,
image: "/assets/img/about-page/1.webp", image: "/assets/img/about-page/section-3/company-profile.webp",
name: " At a Glance", name: " At a Glance",
role: "Sr. engineer", role: "Sr. engineer",
link: "/corporate-profile", link: "/corporate-profile",
@ -130,7 +130,7 @@ export const teamMembers2 = [
}, },
{ {
id: 6, id: 6,
image: "/assets/img/about-page/2.webp", image: "/assets/img/about-page/section-3/factory.webp",
name: "Factory & Workflows", name: "Factory & Workflows",
role: "Sr. engineer", role: "Sr. engineer",
link: "/factory-workflows", link: "/factory-workflows",
@ -157,7 +157,7 @@ export const teamMembers2 = [
}, },
{ {
id: 7, id: 7,
image: "/assets/img/about-page/3.webp", image: "/assets/img/about-page/section-3/sustainability.webp",
name: "Sustainability Impact", name: "Sustainability Impact",
role: "Sr. engineer", role: "Sr. engineer",
link: "/sustainability-impact", link: "/sustainability-impact",
@ -183,7 +183,7 @@ export const teamMembers2 = [
}, },
{ {
id: 8, id: 8,
image: "/assets/img/about-page/4.webp", image: "/assets/img/about-page/section-3/rd.webp",
name: "Engineering & Innovation", name: "Engineering & Innovation",
role: "Sr. engineer", role: "Sr. engineer",
link: "/engineering-innovation", link: "/engineering-innovation",

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -137,7 +137,7 @@
} }
@include breakpoint (max-xxxl) { @include breakpoint (max-xxxl) {
padding: 0 40px; padding: 0 20px;
} }
@include breakpoint (max-xl) { @include breakpoint (max-xl) {
@ -180,7 +180,7 @@
} }
@include breakpoint (max-xxxl) { @include breakpoint (max-xxxl) {
gap: 40px; gap: 10px;
} }
@include breakpoint (max-xl) { @include breakpoint (max-xl) {
@ -315,7 +315,7 @@
li { li {
@include breakpoint (max-xxl) { @include breakpoint (max-xxl) {
margin-inline-end: 40px; margin-inline-end: 20px;
} }
.has-homemenu { .has-homemenu {
@ -733,7 +733,7 @@
.header__hamburger { .header__hamburger {
display: none !important; display: none !important;
@media (max-width: 1024px) { @media (max-width: 1199px) {
display: block !important; display: block !important;
} }
} }
@ -1094,7 +1094,7 @@
} }
} }
.responsive-logo { .responsive-logo {
width: 300px; width: 250px;
height: auto; height: auto;
} }
@ -1102,4 +1102,8 @@
.responsive-logo { .responsive-logo {
width: 200px; width: 200px;
} }
}
.header-button .theme-btn {
padding: 20px !important;
} }