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", }, ]}