Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-21 12:55:28 +00:00

View File

@@ -45,14 +45,14 @@ export default function LandingPage() {
tag="Yoga & Wellness"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-athletic-woman-wireless-headphones-standing-plank-following-online-workout_1258-253784.jpg", imageAlt: "yoga instructor teaching class online digital" },
{ imageSrc: "http://img.b2bpic.net/free-photo/image-young-beautiful-woman-stretching-her-arms-workout-home-rubber-yoga-mat-practice_1258-200346.jpg", imageAlt: "beginner yoga poses guide sequences" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga_72229-496.jpg", imageAlt: "Peaceful yoga meditation practice" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-workout-sitting-yoga-mat-with-resistance-band-listening-video_1258-253685.jpg?_wi=1", imageAlt: "Yoga fundamentals training" }
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-workout-sitting-yoga-mat-with-resistance-band-listening-video_1258-253685.jpg", imageAlt: "Yoga fundamentals training" }
]}
buttons={[
{ text: "Explore Courses", href: "#products" },
@@ -79,7 +79,7 @@ export default function LandingPage() {
tagIcon={Zap}
tagAnimation="slide-up"
products={[
{ id: "beginner", name: "Yoga Fundamentals", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-workout-sitting-yoga-mat-with-resistance-band-listening-video_1258-253685.jpg?_wi=2", imageAlt: "Yoga fundamentals course" },
{ id: "beginner", name: "Yoga Fundamentals", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-workout-sitting-yoga-mat-with-resistance-band-listening-video_1258-253685.jpg", imageAlt: "Yoga fundamentals course" },
{ id: "advanced", name: "Advanced Vinyasa Flow", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-practicing-yoga-home_158595-5402.jpg", imageAlt: "Advanced vinyasa yoga" },
{ id: "relaxation", name: "Restorative & Meditation", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-supta-varjasana-pose-yoga-mat_7502-9579.jpg", imageAlt: "Restorative yoga meditation" }
]}
@@ -188,7 +188,7 @@ export default function LandingPage() {
description="Join our global community of yoga practitioners. Sign up for your free trial and experience the transformative power of guided yoga practice."
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="slide-up"
mediaPosition="right"