diff --git a/src/app/page.tsx b/src/app/page.tsx index aed55a8..4f7e8cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281312.jpg?_wi=1", imageAlt: "HVAC service", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-device_23-2148994138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-device_23-2148994138.jpg?_wi=1", imageAlt: "Smart thermostat", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg?_wi=1", imageAlt: "Technician", }, ]} @@ -127,7 +127,7 @@ export default function LandingPage() { "Expert installation services", "Fast repair turnaround", ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281312.jpg?_wi=2", imageAlt: "AC repair service", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { "Energy-saving heating upgrades", "Safety inspections", ], - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg?_wi=2", imageAlt: "Heating maintenance", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { "Advanced filtration systems", "Humidity control", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-device_23-2148994138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-device_23-2148994138.jpg?_wi=2", imageAlt: "Air quality control", }, ]}