Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 15:15:55 +00:00

View File

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