new images updated

This commit is contained in:
akash 2026-03-06 21:23:16 +05:30
parent 09a347b9c2
commit 07d1dc7b5c
27 changed files with 7 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -19,7 +19,7 @@ export const metadata: Metadata = {
export default function CareersPage() { export default function CareersPage() {
return ( return (
<> <>
<MetatronInitializer /> <MetatronInitializer />
<Header1 /> <Header1 />
<main> <main>

View File

@ -2324,6 +2324,7 @@ body {
position: relative; position: relative;
z-index: 9; z-index: 9;
margin: 20px 0 0 -50px; margin: 20px 0 0 -50px;
top: 28px;
} }
.contact-one__image img { .contact-one__image img {
@ -2494,6 +2495,7 @@ body {
.contact-one__image { .contact-one__image {
margin: 0; margin: 0;
margin-bottom: 40px; margin-bottom: 40px;
top: 68px;
} }
.contact-one__image-two { .contact-one__image-two {

View File

@ -24,7 +24,7 @@ export default function PrivacyPolicy() {
title="Privacy Policy" title="Privacy Policy"
breadcrumbItems={[{ name: "Privacy Policy" }]} breadcrumbItems={[{ name: "Privacy Policy" }]}
bannerLeftImage="/assets/images/innerbanner/left/left-about.webp" bannerLeftImage="/assets/images/innerbanner/left/left-about.webp"
bannerRightImage="/assets/images/innerbanner/right/right-about.webp" bannerRightImage="/assets/images/innerbanner/right/right-privacy-policy.webp"
/> />
<PrivacyPolicyContent /> <PrivacyPolicyContent />
</main> </main>

View File

@ -145,7 +145,7 @@ const ContactSection = () => {
</div> </div>
<div className="col-lg-4"> <div className="col-lg-4">
<div className="contact-one__image wow fadeInRight" data-wow-delay="200ms" style={{ visibility: "hidden" }}> <div className="contact-one__image wow fadeInRight" data-wow-delay="200ms" style={{ visibility: "hidden" }}>
<img src="https://tolaklaravel.bracketweb.com/assets/images/resources/contact-1-1.png" alt="Contact Support" /> <img src="/assets/images/about/7/4-top-right.webp" alt="Contact Support" />
</div> </div>
</div> </div>
</div> </div>
@ -159,7 +159,7 @@ const ContactSection = () => {
<div className="row"> <div className="row">
<div className="col-lg-6"> <div className="col-lg-6">
<div className="contact-one__image-two"> <div className="contact-one__image-two">
<img src="/assets/images/about/7/left.webp" alt="Business Growth" /> <img src="/assets/images/about/7/4-left-img.webp" alt="Business Growth" />
</div> </div>
</div> </div>
<div className="col-lg-6"> <div className="col-lg-6">

View File

@ -32,7 +32,7 @@ const Preloader = () => {
<div className="bd-loader-inner"> <div className="bd-loader-inner">
<div className="bd-loader text-center"> <div className="bd-loader text-center">
<img <img
src="/logo-1.webp" src="/assets/images/logo-1.webp"
alt="Metatron Logo" alt="Metatron Logo"
style={{ style={{
width: '80px', width: '80px',