5 Commits

Author SHA1 Message Date
3da5de8017 Merge version_2 into main
Merge version_2 into main
2026-04-04 21:39:31 +00:00
ce04f00fd8 Update src/app/page.tsx 2026-04-04 21:39:28 +00:00
5110eb4477 Merge version_1 into main
Merge version_1 into main
2026-04-04 21:32:14 +00:00
7f751f4c61 Merge version_1 into main
Merge version_1 into main
2026-04-04 21:31:50 +00:00
7b5a6f1173 Merge version_1 into main
Merge version_1 into main
2026-04-04 21:31:25 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#contact" }, { text: "Contact Us", href: "#contact" },
{ text: "Our Services", href: "#services" }, { text: "Our Services", href: "#services" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=1" imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=1"
imageAlt="Industrial engineering team meeting" imageAlt="Industrial engineering team meeting"
/> />
</div> </div>
@@ -59,7 +59,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Our Mission & Vision" 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." 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?_wi=1" imageSrc="https://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=1"
imageAlt="Precision engineering blueprints" imageAlt="Precision engineering blueprints"
/> />
</div> </div>
@@ -71,16 +71,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ 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?_wi=2", imageAlt: "Staffing support" }, title: "Technical Staffing", description: "Experienced engineers for all project stages.", phoneOne: { imageSrc: "https://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" } phoneTwo: { imageSrc: "https://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?_wi=3", imageAlt: "Maintenance team" }, title: "Maintenance Support", description: "Keep your operations running efficiently.", phoneOne: { imageSrc: "https://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" } phoneTwo: { imageSrc: "https://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?_wi=4", imageAlt: "Quality control" }, title: "Quality Management", description: "Adherence to highest industry standards.", phoneOne: { imageSrc: "https://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" } phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=4", imageAlt: "Compliance certification" }
} }
]} ]}
showStepNumbers={true} showStepNumbers={true}
@@ -113,7 +113,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Full Name", required: true }, { name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-drinking-coffee-computer-desk_482257-118021.jpg" imageSrc="https://img.b2bpic.net/free-photo/photovoltaics-factory-expert-drinking-coffee-computer-desk_482257-118021.jpg"
imageAlt="Modern office architecture glass steel" imageAlt="Modern office architecture glass steel"
/> />
</div> </div>
@@ -128,4 +128,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }