From ff8b5d81a1a7eba7eb32830c19249009193e39f6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:47:09 +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 4d7540b..b031146 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,23 +77,23 @@ export default function ArregुinHVACPage() { { id: 1, title: "Air Conditioning Installation", description: "Expert installation of top-of-the-line air conditioning systems from trusted brands including Carrier products for optimal performance and energy efficiency.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg?_wi=2"}, }, { id: 2, title: "Heating & Maintenance", description: "Comprehensive heating services and regular maintenance to keep your systems running smoothly year-round. Our preventive care ensures reliability and extends equipment life.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairmen-examining-undercarriage-car-workshop_637285-7634.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/auto-repairmen-examining-undercarriage-car-workshop_637285-7634.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairmen-examining-undercarriage-car-workshop_637285-7634.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/auto-repairmen-examining-undercarriage-car-workshop_637285-7634.jpg?_wi=2"}, }, { id: 3, title: "Emergency Repair Services", description: "24/7 emergency repair services for residential and commercial properties. Our skilled technicians quickly diagnose and resolve any HVAC issues to restore your comfort.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/lot-old-instruments-tool-box_146671-19076.jpg?_wi=2"}, }, ]} showStepNumbers={true} -- 2.49.1