Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-05 17:24:31 +00:00

View File

@@ -56,9 +56,9 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg", imageAlt: "Industrial fiber optic splicing machine"},
imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg?_wi=1", imageAlt: "Industrial fiber optic splicing machine"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg", imageAlt: "Professional technician with fiber optics"}
imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg?_wi=1", imageAlt: "Professional technician with fiber optics"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -89,16 +89,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Fiber Optic Splicing", description: "Precision fusion splicing for high-speed fiber networks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg" },
title: "Fiber Optic Splicing", description: "Precision fusion splicing for high-speed fiber networks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg?_wi=1" },
},
{
title: "Cable Termination", description: "Reliable cable terminations for all commercial environments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg" },
title: "Cable Termination", description: "Reliable cable terminations for all commercial environments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg?_wi=3" },
},
{
title: "Emergency Repair", description: "24/7 emergency response for critical network failures.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg" },
title: "Emergency Repair", description: "24/7 emergency response for critical network failures.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66832.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-with-box-looking-ethernet-switches_23-2148323473.jpg?_wi=3" },
},
]}
showStepNumbers={true}