Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 18:00:05 +00:00

View File

@@ -57,19 +57,19 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg", imageAlt: "Healthy lifestyle and wellness"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg?_wi=1", imageAlt: "Healthy lifestyle and wellness"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg", imageAlt: "Nutrition and healthy eating"
imageSrc: "http://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=1", imageAlt: "Nutrition and healthy eating"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-tying-sports-shoe-health-club_637285-8468.jpg", imageAlt: "Fitness and movement"
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-tying-sports-shoe-health-club_637285-8468.jpg?_wi=1", imageAlt: "Fitness and movement"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga_329181-12761.jpg", imageAlt: "Mental health and mindfulness"
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga_329181-12761.jpg?_wi=1", imageAlt: "Mental health and mindfulness"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg", imageAlt: "Wellness community"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg?_wi=2", imageAlt: "Wellness community"
},
]}
mediaAnimation="blur-reveal"
@@ -82,15 +82,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Simple Nutrition Guidance", tags: ["Practical", "Evidence-based"],
imageSrc: "http://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg", imageAlt: "Nutrition guidance"
imageSrc: "http://img.b2bpic.net/free-photo/healthy-menu-recipe-food-diet_53876-122837.jpg?_wi=2", imageAlt: "Nutrition guidance"
},
{
id: "2", title: "Accessible Fitness Tips", tags: ["No equipment needed", "All fitness levels"],
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-tying-sports-shoe-health-club_637285-8468.jpg", imageAlt: "Fitness and movement"
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-athletic-woman-tying-sports-shoe-health-club_637285-8468.jpg?_wi=2", imageAlt: "Fitness and movement"
},
{
id: "3", title: "Mental Wellbeing Support", tags: ["Stress management", "Daily practices"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga_329181-12761.jpg", imageAlt: "Mental health support"
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga_329181-12761.jpg?_wi=2", imageAlt: "Mental health support"
},
]}
animationType="slide-up"
@@ -115,7 +115,7 @@ export default function LandingPage() {
description="Our mission is to make wellness accessible to everyone—no matter how busy, overwhelmed, or skeptical you are about health changes."
subdescription="Trusted by thousands of people just like you"
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg"
imageSrc="http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg?_wi=3"
imageAlt="Wellness transformation"
mediaAnimation="slide-up"
useInvertedBackground={true}