Update src/app/page.tsx

This commit is contained in:
2026-03-03 20:29:16 +00:00
parent 2208879c47
commit 24ae24d414

View File

@@ -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}