From 458aa51e9d38cf005ef20150d384e3e6a7289a40 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:27:42 +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 4dd492b..d3790d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,9 +80,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { title: "AC Installation", description: "Professional installation of high-efficiency air conditioning systems.", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg", imageAlt: "AC Installation" }, - { title: "System Repairs", description: "Quick diagnostics and repair for heating and cooling systems.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388955.jpg", imageAlt: "System Repairs" }, - { title: "Annual Maintenance", description: "Preventive maintenance plans to save you money on energy.", imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg", imageAlt: "Annual Maintenance" } + { title: "AC Installation", description: "Professional installation of high-efficiency air conditioning systems.", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg?_wi=1", imageAlt: "AC Installation" }, + { title: "System Repairs", description: "Quick diagnostics and repair for heating and cooling systems.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388955.jpg?_wi=1", imageAlt: "System Repairs" }, + { title: "Annual Maintenance", description: "Preventive maintenance plans to save you money on energy.", imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg?_wi=1", imageAlt: "Annual Maintenance" } ]} title="Our HVAC Solutions" description="We offer a complete range of climate control services tailored to keep your living space perfectly comfortable." @@ -109,9 +109,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "Air Quality Improvement", description: "Better filtration and cleaner air for your entire family.", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg", imageAlt: "Air Quality" }, - { title: "Energy Efficiency", description: "Lower energy bills by optimizing your hvac system's performance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388955.jpg", imageAlt: "Energy Efficiency" }, - { title: "Climate Zoning", description: "Custom temperature zones for every room in your home.", imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg", imageAlt: "Climate Zoning" } + { title: "Air Quality Improvement", description: "Better filtration and cleaner air for your entire family.", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg?_wi=2", imageAlt: "Air Quality" }, + { title: "Energy Efficiency", description: "Lower energy bills by optimizing your hvac system's performance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388955.jpg?_wi=2", imageAlt: "Energy Efficiency" }, + { title: "Climate Zoning", description: "Custom temperature zones for every room in your home.", imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg?_wi=2", imageAlt: "Climate Zoning" } ]} title="Optimizing Home Comfort" description="Experience superior indoor environment quality with our specialized airflow and humidity control systems." -- 2.49.1