diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 554c5ac..883cebd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -73,11 +73,11 @@ export default function AboutPage() { icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-smiling_114579-19029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-smiling_114579-19029.jpg?_wi=2", imageAlt: "Life Line Glove founding team and leadership", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-clipboard_23-2149426495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-clipboard_23-2149426495.jpg?_wi=2", imageAlt: "Life Line Glove executives and international partners", }, ], @@ -88,11 +88,11 @@ export default function AboutPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-doing-measurments-shoe_171337-12243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-doing-measurments-shoe_171337-12243.jpg?_wi=3", imageAlt: "Raw leather material selection and quality control", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cobbler-stitching-leather-patrs_171337-12301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cobbler-stitching-leather-patrs_171337-12301.jpg?_wi=3", imageAlt: "Expert craftsmanship in leather processing", }, ], @@ -103,11 +103,11 @@ export default function AboutPage() { icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-workers-working-cold-drink-factory_107420-96512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-workers-working-cold-drink-factory_107420-96512.jpg?_wi=3", imageAlt: "Quality assurance laboratory and testing facilities", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36682.jpg?_wi=3", imageAlt: "Final inspection and certification verification", }, ], @@ -133,7 +133,7 @@ export default function AboutPage() { handle: "@PPECorp Dubai", testimonial: "Life Line Glove transformed our PPE supply chain. Direct factory access, flexible MOQs, and competitive pricing let us build a sustainable import business. Their team genuinely understands distributor needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-smiling_114579-19029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-smiling_114579-19029.jpg?_wi=3", }, { id: "2", @@ -141,7 +141,7 @@ export default function AboutPage() { handle: "@SafetyEquip Mexico", testimonial: "Working with Life Line Glove for three years has been transformative. Zero supply chain delays, consistent quality, and responsive customer service. They're not just a supplier—they're true partners in our growth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-city_23-2148767032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-city_23-2148767032.jpg?_wi=2", }, { id: "3", @@ -149,7 +149,7 @@ export default function AboutPage() { handle: "@IndiaWorks Safety", testimonial: "Factory-direct pricing with OEM customization options makes Life Line Glove unbeatable. Their vertical integration means they can deliver on tight timelines without sacrificing quality. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-clipboard_23-2149426495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-clipboard_23-2149426495.jpg?_wi=3", }, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7249937..ad0c316 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -92,7 +92,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-checking-suitcase_23-2149729274.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-checking-suitcase_23-2149729274.jpg?_wi=2" mediaAnimation="blur-reveal" mediaPosition="right" inputPlaceholder="Enter your business email" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8d75687..17166ed 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +