From ce04f00fd87473390b2af22b792cae70cadb4f12 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:39:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc62ecf..adb4053 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=1" imageAlt="Industrial engineering team meeting" /> @@ -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?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=1" imageAlt="Precision engineering blueprints" /> @@ -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?_wi=2", imageAlt: "Staffing support" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=2", imageAlt: "Project planning" } + 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: "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" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=3", imageAlt: "Asset reliability" } + 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: "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" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=4", imageAlt: "Compliance certification" } + 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: "https://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg?_wi=4", imageAlt: "Compliance certification" } } ]} showStepNumbers={true} @@ -113,7 +113,7 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Full Name", 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" /> @@ -128,4 +128,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file