From 95c0f68416538a8c731e2f8b832894f9382d98c8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:01:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52b8db0..4435364 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,17 +56,17 @@ export default function LandingPage() { background={{ variant: "plain" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Professional AC repair technician"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Professional AC repair technician"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg", imageAlt: "Split AC system installation"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg?_wi=1", imageAlt: "Split AC system installation"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg", imageAlt: "AC maintenance and filter cleaning"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg?_wi=1", imageAlt: "AC maintenance and filter cleaning"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", imageAlt: "Professional duct cleaning service"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg?_wi=1", imageAlt: "Professional duct cleaning service"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-vector/service-centre-isometric-landing-page-website-design-with-editable-text-clickable-links-images-items_1284-32402.jpg", imageAlt: "AC unit repair and troubleshooting"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-vector/service-centre-isometric-landing-page-website-design-with-editable-text-clickable-links-images-items_1284-32402.jpg?_wi=1", imageAlt: "AC unit repair and troubleshooting"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Expert technician at work"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "Expert technician at work"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -85,16 +85,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "AC Repair Services", description: "Expert diagnosis and repair of split, portable, and domestic air conditioning systems. Fast response time and professional workmanship guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg", imageAlt: "AC repair service"}, + title: "AC Repair Services", description: "Expert diagnosis and repair of split, portable, and domestic air conditioning systems. Fast response time and professional workmanship guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg?_wi=2", imageAlt: "AC repair service"}, { id: 2, - title: "AC Maintenance & Cleaning", description: "Regular maintenance, filter cleaning, and refrigerant level checks to ensure optimal performance and energy efficiency of your cooling systems.", imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg", imageAlt: "AC maintenance service"}, + title: "AC Maintenance & Cleaning", description: "Regular maintenance, filter cleaning, and refrigerant level checks to ensure optimal performance and energy efficiency of your cooling systems.", imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg?_wi=2", imageAlt: "AC maintenance service"}, { id: 3, - title: "Duct Cleaning Services", description: "Professional duct cleaning to improve air quality and system efficiency. We use industry-standard equipment for thorough cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", imageAlt: "Duct cleaning service"}, + title: "Duct Cleaning Services", description: "Professional duct cleaning to improve air quality and system efficiency. We use industry-standard equipment for thorough cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg?_wi=2", imageAlt: "Duct cleaning service"}, { id: 4, - title: "Water Chiller Servicing", description: "Specialized servicing for commercial water chiller systems to maintain peak performance and prevent unexpected breakdowns.", imageSrc: "http://img.b2bpic.net/free-vector/service-centre-isometric-landing-page-website-design-with-editable-text-clickable-links-images-items_1284-32402.jpg", imageAlt: "Water chiller servicing"}, + title: "Water Chiller Servicing", description: "Specialized servicing for commercial water chiller systems to maintain peak performance and prevent unexpected breakdowns.", imageSrc: "http://img.b2bpic.net/free-vector/service-centre-isometric-landing-page-website-design-with-editable-text-clickable-links-images-items_1284-32402.jpg?_wi=2", imageAlt: "Water chiller servicing"}, ]} /> -- 2.49.1