From 539ecded4909f266530b29819abb366098a632e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:30:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b4d38b..b865ab4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,23 +113,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Smart Climate Control", description: "Manage your indoor climate with intuitive smart thermostats and mobile apps, offering unparalleled control and energy efficiency.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-assistant-her-tablet_23-2149108007.jpg", imageAlt: "Smart home app for climate control"}, + title: "Complete AC Solutions", description: "From swift AC repair and routine maintenance to professional installations and sales of new units, we cover all your air conditioning needs.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-fixing-air-conditioner-wall_23-2149250269.jpg", imageAlt: "AC repair service" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", imageAlt: "Outdoor AC unit"} + imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-engineer-uniform-looking-at-camera-showing-thumb-up_23-2149503939.jpg", imageAlt: "AC installation and sales" + } }, { - title: "Superior Air Quality", description: "Our systems integrate advanced air purification and filtration technologies, ensuring you breathe cleaner, healthier air free from allergens and pollutants.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-with-cat_23-2149395798.jpg", imageAlt: "Indoor air quality monitor"}, + title: "Expert Chiller Services", description: "Specialized maintenance and efficient repair services for all types of chillers, ensuring optimal performance for commercial and industrial cooling.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/technician-air-conditioning-system_23-2149250268.jpg", imageAlt: "Chiller maintenance" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388961.jpg", imageAlt: "Ducted air vents"} + imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-equipment_23-2149366668.jpg", imageAlt: "Chiller repairing" + } }, { - title: "Reliable Service & Support", description: "Benefit from our dedicated team of certified technicians providing fast, efficient installation, maintenance, and 24/7 emergency support.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-relaxing-desk_23-2148521603.jpg", imageAlt: "Technician checking AC unit"}, + title: "Motor & PCB Component Repair", description: "Our skilled technicians provide comprehensive motor rewinding, motor repair, pump repair, and intricate PCB repair services to extend the life of your equipment.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/man-working-inside-car-engine_23-2149071583.jpg", imageAlt: "Motor rewinding and pump repair" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-support-worker-wearing-headset-following-call-script_482257-125782.jpg", imageAlt: "Customer support representative"} - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-electronic-component-microchip_23-2149071578.jpg", imageAlt: "PCB repair services" + } + } ]} showStepNumbers={true} title="Innovative Solutions for Lasting Comfort" @@ -143,21 +149,33 @@ export default function LandingPage() {