Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:29:24 +00:00

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}