From 03945c665c531e3458ddc1c1d764cdf7090a97c1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 20:53:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03ea24b..273e121 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,16 +81,28 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Fast-Response Heating Repair", description: "Emergency furnace repair, gas & propane installation, and energy efficiency upgrades.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg?_wi=1", imageAlt: "Heating" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg?_wi=2", imageAlt: "Heating" } + title: "Residential HVAC Installation", description: "Professional installation for your home's unique heating and cooling needs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg?_wi=1", imageAlt: "Residential" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg?_wi=2", imageAlt: "Residential" } }, { - title: "Efficient Cooling Maintenance", description: "AC installation, preventive maintenance plans, and indoor air quality improvements.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg?_wi=1", imageAlt: "Cooling" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg?_wi=2", imageAlt: "Cooling" } + title: "Commercial HVAC Installation", description: "Robust climate control solutions designed for business and industrial facilities.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg?_wi=1", imageAlt: "Commercial" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg?_wi=2", imageAlt: "Commercial" } }, { - title: "Optimized Commercial Climate Control", description: "Specialized solutions for office spaces, retail, hospitality, and property management contracts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-full-shot_23-2148993864.jpg?_wi=1", imageAlt: "Commercial" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-full-shot_23-2148993864.jpg?_wi=1", imageAlt: "Commercial" } + title: "HVAC Maintenance Services", description: "Preventive care plans to maximize equipment lifespan and improve efficiency.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-full-shot_23-2148993864.jpg?_wi=1", imageAlt: "Maintenance" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-full-shot_23-2148993864.jpg?_wi=2", imageAlt: "Maintenance" } + }, + { + title: "Emergency HVAC Repairs", description: "Rapid-response service for unexpected system failures, available 24/7.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg?_wi=3", imageAlt: "Emergency" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg?_wi=4", imageAlt: "Emergency" } + }, + { + title: "Ductwork Design and Installation", description: "Custom-engineered air distribution systems for optimal comfort and flow.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg?_wi=3", imageAlt: "Ductwork" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-replacing-old-air-conditioner_482257-78499.jpg?_wi=4", imageAlt: "Ductwork" } + }, + { + title: "Mini Split Systems", description: "Energy-efficient ductless cooling and heating for zoned comfort.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-full-shot_23-2148993864.jpg?_wi=3", imageAlt: "Mini Split" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-full-shot_23-2148993864.jpg?_wi=4", imageAlt: "Mini Split" } } ]} showStepNumbers={true}