Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-04 21:32:14 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#contact" },
{ text: "Our Services", href: "#services" },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=1"
imageAlt="Industrial engineering team meeting"
/>
</div>
@@ -59,7 +59,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Mission & Vision"
description="We believe in building the future by bridging the gap between exceptional technical talent and the complex challenges of our industry. Our vision is to be the premier partner for technical workforce solutions."
imageSrc="http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg"
imageSrc="http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=1"
imageAlt="Precision engineering blueprints"
/>
</div>
@@ -71,16 +71,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Technical Staffing", description: "Experienced engineers for all project stages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg", imageAlt: "Staffing support" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg", imageAlt: "Project planning" }
title: "Technical Staffing", description: "Experienced engineers for all project stages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=2", imageAlt: "Staffing support" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=2", imageAlt: "Project planning" }
},
{
title: "Maintenance Support", description: "Keep your operations running efficiently.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg", imageAlt: "Maintenance team" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg", imageAlt: "Asset reliability" }
title: "Maintenance Support", description: "Keep your operations running efficiently.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=3", imageAlt: "Maintenance team" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=3", imageAlt: "Asset reliability" }
},
{
title: "Quality Management", description: "Adherence to highest industry standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg", imageAlt: "Quality control" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg", imageAlt: "Compliance certification" }
title: "Quality Management", description: "Adherence to highest industry standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=4", imageAlt: "Quality control" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=4", imageAlt: "Compliance certification" }
}
]}
showStepNumbers={true}