new images updated
BIN
public/assets/images/about/7/4-left-img.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/assets/images/about/7/4-top-right.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 167 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 234 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 157 KiB |
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 187 KiB |
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 209 KiB |
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 146 KiB |
BIN
public/assets/images/innerbanner/right/right-privacy-policy.webp
Normal file
|
After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 225 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 162 KiB |
BIN
public/assets/images/logo-1.webp
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
@ -19,7 +19,7 @@ export const metadata: Metadata = {
|
||||
|
||||
export default function CareersPage() {
|
||||
return (
|
||||
<>
|
||||
<>
|
||||
<MetatronInitializer />
|
||||
<Header1 />
|
||||
<main>
|
||||
|
||||
@ -2324,6 +2324,7 @@ body {
|
||||
position: relative;
|
||||
z-index: 9;
|
||||
margin: 20px 0 0 -50px;
|
||||
top: 28px;
|
||||
}
|
||||
|
||||
.contact-one__image img {
|
||||
@ -2494,6 +2495,7 @@ body {
|
||||
.contact-one__image {
|
||||
margin: 0;
|
||||
margin-bottom: 40px;
|
||||
top: 68px;
|
||||
}
|
||||
|
||||
.contact-one__image-two {
|
||||
|
||||
@ -24,7 +24,7 @@ export default function PrivacyPolicy() {
|
||||
title="Privacy Policy"
|
||||
breadcrumbItems={[{ name: "Privacy Policy" }]}
|
||||
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 />
|
||||
</main>
|
||||
|
||||
@ -145,7 +145,7 @@ const ContactSection = () => {
|
||||
</div>
|
||||
<div className="col-lg-4">
|
||||
<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>
|
||||
@ -159,7 +159,7 @@ const ContactSection = () => {
|
||||
<div className="row">
|
||||
<div className="col-lg-6">
|
||||
<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 className="col-lg-6">
|
||||
|
||||
@ -32,7 +32,7 @@ const Preloader = () => {
|
||||
<div className="bd-loader-inner">
|
||||
<div className="bd-loader text-center">
|
||||
<img
|
||||
src="/logo-1.webp"
|
||||
src="/assets/images/logo-1.webp"
|
||||
alt="Metatron Logo"
|
||||
style={{
|
||||
width: '80px',
|
||||
|
||||