From ff811c98846e66b1587f4d892bd273ad68ad2e33 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 17:24:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa198a7..d9dde04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}