From bdc7c798f42e9bb75063b26ee705d58855b5fede Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:35:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b44b55c..bc3bf5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,18 +103,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Professional Installation", description: "Expert installation services with precision and care. Our certified technicians ensure every project meets the highest standards of quality and safety.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg" } + title: "Professional Installation", description: "Expert installation services with precision and care. Our certified technicians ensure every project meets the highest standards of quality and safety.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg?_wi=1" } }, { id: 2, - title: "Maintenance & Support", description: "Regular maintenance programs to keep your systems running smoothly. We provide 24/7 emergency support when you need us most.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/listening-mentor-with-attention_1098-13597.jpg" } + title: "Maintenance & Support", description: "Regular maintenance programs to keep your systems running smoothly. We provide 24/7 emergency support when you need us most.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/listening-mentor-with-attention_1098-13597.jpg?_wi=1" } }, { id: 3, - title: "Repair Services", description: "Quick diagnostics and reliable repairs. We identify issues fast and get you back to normal operations with minimal downtime.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/listening-mentor-with-attention_1098-13597.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg" } + title: "Repair Services", description: "Quick diagnostics and reliable repairs. We identify issues fast and get you back to normal operations with minimal downtime.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/listening-mentor-with-attention_1098-13597.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg?_wi=2" } } ]} showStepNumbers={true} -- 2.49.1