From 038f03337c3ef2fc8d618d62d89131080e0ef532 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:20:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3108c47..3e4f05f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,11 +145,11 @@ export default function LandingPage() { title: "Custom Design & Engineering", description: "Tailored solutions and detailed engineering designs for unique project specifications. We translate complex requirements into precise manufacturing blueprints.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/female-working-environment-projects_23-2148829297.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/female-working-environment-projects_23-2148829297.jpg", imageAlt: "Engineering blueprints and design tools", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/female-working-environment-projects_23-2148829297.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/female-working-environment-projects_23-2148829297.jpg", imageAlt: "Engineering blueprints and design tools", }, }, @@ -158,11 +158,11 @@ export default function LandingPage() { title: "Precision Fabrication", description: "Utilizing advanced machinery and skilled craftsmen for accurate and robust fabrication of all boiler components. Our processes ensure structural integrity and dimensional accuracy.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431607.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431607.jpg", imageAlt: "Industrial fabrication process with welding", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431607.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431607.jpg", imageAlt: "Industrial fabrication process with welding", }, }, @@ -171,11 +171,11 @@ export default function LandingPage() { title: "Quality Inspection & Testing", description: "Rigorous multi-stage quality checks and non-destructive testing to guarantee the safety and longevity of every part before it leaves our facility.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431607.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431607.jpg", imageAlt: "Quality inspection in a factory", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431607.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431607.jpg", imageAlt: "Quality inspection in a factory", }, }, @@ -211,14 +211,14 @@ export default function LandingPage() { id: "3", name: "Finned Tubes", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/down-up-view-modern-operational-plant-with-grey-pipes-ladders-heavy-industry-machinery-metalworking-workshop-concept_645730-428.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/down-up-view-modern-operational-plant-with-grey-pipes-ladders-heavy-industry-machinery-metalworking-workshop-concept_645730-428.jpg", imageAlt: "Close-up of finned tubes for heat exchangers", }, { id: "4", name: "Economizers", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/down-up-view-modern-operational-plant-with-grey-pipes-ladders-heavy-industry-machinery-metalworking-workshop-concept_645730-428.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/down-up-view-modern-operational-plant-with-grey-pipes-ladders-heavy-industry-machinery-metalworking-workshop-concept_645730-428.jpg", imageAlt: "Economizer section of a boiler", }, ]} @@ -260,6 +260,7 @@ export default function LandingPage() {