From a58067aa40e7d67642f5b6b00c3ce3b06e9093cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:56:43 +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 3f139d2..99b2acd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,32 +71,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg?_wi=1", imageAlt: "AC Repair Service", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg?_wi=2", imageAlt: "AC Installation", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg?_wi=3", imageAlt: "Gas Refill", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg?_wi=4", imageAlt: "AC Servicing", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg?_wi=5", imageAlt: "Split AC Service", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/checking-conditioner_1098-17787.jpg?_wi=6", imageAlt: "Window AC Service", }, ]} -- 2.49.1