Update src/app/page.tsx

This commit is contained in:
2026-04-06 19:44:40 +00:00
parent a99215d026
commit e52f0822f2

View File

@@ -90,21 +90,21 @@ export default function LandingPage() {
features={[
{
title: "Expert Heating", description: "Repair and installation of furnaces and boilers with clear, honest pricing.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Heating Service"},
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1", imageAlt: "Heating Service"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Heating Inspection"}
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2", imageAlt: "Heating Inspection"}
},
{
title: "Cooling Systems", description: "AC repair and high-efficiency cooling upgrades for maximum home comfort.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "AC Service"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=1", imageAlt: "AC Service"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "AC Installation"}
imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=2", imageAlt: "AC Installation"}
},
{
title: "Air Quality", description: "Smart thermostats and filtration systems to keep your home healthy and efficient.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Air Quality"},
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=3", imageAlt: "Air Quality"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "Filtration"}
imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=3", imageAlt: "Filtration"}
},
]}
showStepNumbers={false}