diff --git a/src/app/page.tsx b/src/app/page.tsx index e39ddd0..0314c8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "plain" }} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg", imageAlt: "mobile app customer support illustration" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg", imageAlt: "mobile app customer support illustration" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg", imageAlt: "mobile app customer support illustration" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg", imageAlt: "mobile app customer support illustration" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg", imageAlt: "mobile app customer support illustration" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg", imageAlt: "mobile app customer support illustration" } + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg?_wi=1", imageAlt: "mobile app customer support illustration" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg?_wi=2", imageAlt: "mobile app customer support illustration" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg?_wi=3", imageAlt: "mobile app customer support illustration" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg?_wi=4", imageAlt: "mobile app customer support illustration" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg?_wi=5", imageAlt: "mobile app customer support illustration" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/african-american-fitness-model-caucasian-man-talking-while-training-outdoors_1157-49034.jpg?_wi=6", imageAlt: "mobile app customer support illustration" } ]} autoPlay={true} autoPlayInterval={4000}