From 844cca3a031872a7ffdd68a06a06de52dfe98fe5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 12:55:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 216a831..eb35eb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]}