diff --git a/src/app/page.tsx b/src/app/page.tsx index 6af38a8..d506e97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,12 +47,12 @@ export default function LandingPage() { { text: "Join Our Email List" } ]} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg", imageAlt: "meditation calm wellness peaceful nature" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg", imageAlt: "meditation calm wellness peaceful nature" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg", imageAlt: "meditation calm wellness peaceful nature" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg", imageAlt: "meditation calm wellness peaceful nature" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg", imageAlt: "meditation calm wellness peaceful nature" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg", imageAlt: "meditation calm wellness peaceful nature" } + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg?_wi=1", imageAlt: "meditation calm wellness peaceful nature" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg?_wi=2", imageAlt: "meditation calm wellness peaceful nature" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg?_wi=3", imageAlt: "meditation calm wellness peaceful nature" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg?_wi=4", imageAlt: "meditation calm wellness peaceful nature" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg?_wi=5", imageAlt: "meditation calm wellness peaceful nature" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/sporty-young-woman-meditating-mountains_651396-3168.jpg?_wi=6", imageAlt: "meditation calm wellness peaceful nature" } ]} autoPlay={true} autoPlayInterval={4000}