Update src/app/page.tsx

This commit is contained in:
2026-03-21 12:55:49 +00:00
parent 19aae8cc4c
commit 844cca3a03

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
]}
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", 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?_wi=1", 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", 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?_wi=2", 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" }
]}