3 Commits

Author SHA1 Message Date
03945c665c Update src/app/page.tsx 2026-04-09 20:53:48 +00:00
ee97e57eed Merge version_7 into main
Merge version_7 into main
2026-04-09 20:37:11 +00:00
d93d818079 Merge version_7 into main
Merge version_7 into main
2026-04-09 20:36:29 +00:00

View File

@@ -81,16 +81,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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" }, 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: "Heating" } 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" }, 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: "Cooling" } 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" }, 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=1", imageAlt: "Commercial" } 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} showStepNumbers={true}