From 24ae24d4145f3bb9161b9bc5ab41db042936e0d0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:29:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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} -- 2.49.1