From 737fa2875178c95c2960fef4ec85d876c8648d80 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:09:47 +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 4e7fbd5..1cd75bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Learn More", href: "about" } ]} background={{ variant: "circleGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg?_wi=1" imageAlt="Modern air conditioning unit installation" mediaAnimation="slide-up" frameStyle="card" @@ -64,7 +64,7 @@ export default function LandingPage() { description="AirAix Cooling" subdescription="Professional Air Conditioning Services" icon={ThermometerSun} - imageSrc="http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg" + imageSrc="http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg?_wi=1" imageAlt="Professional air conditioning maintenance service" mediaAnimation="slide-up" useInvertedBackground={false} @@ -80,19 +80,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Installation", description: "Expert installation of air conditioning systems for homes and businesses, ensuring optimal performance and energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg", imageAlt: "AC installation service" + title: "Installation", description: "Expert installation of air conditioning systems for homes and businesses, ensuring optimal performance and energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg?_wi=2", imageAlt: "AC installation service" }, { id: 2, - title: "Maintenance", description: "Regular system servicing to keep your air conditioning running smoothly, preventing breakdowns and extending equipment life.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg", imageAlt: "AC maintenance service" + title: "Maintenance", description: "Regular system servicing to keep your air conditioning running smoothly, preventing breakdowns and extending equipment life.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg?_wi=2", imageAlt: "AC maintenance service" }, { id: 3, - title: "Repair", description: "Fast, reliable repair services with quick response times. We diagnose and fix any cooling system issues promptly.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg", imageAlt: "AC repair service" + title: "Repair", description: "Fast, reliable repair services with quick response times. We diagnose and fix any cooling system issues promptly.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg?_wi=3", imageAlt: "AC repair service" }, { id: 4, - title: "Diagnosis", description: "Thorough fault diagnosis to identify problems with your system. We provide detailed reports and recommended solutions.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg", imageAlt: "AC system diagnosis" + title: "Diagnosis", description: "Thorough fault diagnosis to identify problems with your system. We provide detailed reports and recommended solutions.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg?_wi=3", imageAlt: "AC system diagnosis" } ]} textboxLayout="default" -- 2.49.1