From dff978582f84d502817dae41b29d3af318654cd7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:46:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06b9139..b77e470 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,13 +73,13 @@ export default function LandingPage() { tag="Services" features={[ { - id: "01", title: "AC Installation", description: "Professional air conditioning system installation with warranty coverage", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-tree-city_23-2148798648.jpg?_wi=2", imageAlt: "AC installation service" + id: "01", title: "Emergency Repairs", description: "24/7 emergency HVAC repair service available when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=2", imageAlt: "Emergency repair service" }, { - id: "02", title: "Heating Systems", description: "Furnace repair, maintenance, and installation for winter comfort", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14036.jpg", imageAlt: "Heating service" + id: "02", title: "AC Installation", description: "Professional air conditioning system installation with warranty coverage", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-tree-city_23-2148798648.jpg?_wi=2", imageAlt: "AC installation service" }, { - id: "03", title: "Emergency Repairs", description: "24/7 emergency HVAC repair service available when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=2", imageAlt: "Emergency repair service" + id: "03", title: "Heating Systems", description: "Furnace repair, maintenance, and installation for winter comfort", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14036.jpg", imageAlt: "Heating service" }, { id: "04", title: "Maintenance Plans", description: "Regular maintenance to keep your system running efficiently all year", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-spending-time-indoors_23-2149535990.jpg?_wi=2", imageAlt: "Maintenance service" -- 2.49.1