From 9900fa0ee5946130bea96afc8ebbb9edd5658d51 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:27:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b740d08..b7b9750 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { value: "Instant", title: "Real-time Calculation" }, { value: "Accurate", title: "International Formula" } ]} - imageSrc="http://img.b2bpic.net/free-vector/medical-infographic-with-image_23-2148368617.jpg" + imageSrc="http://img.b2bpic.net/free-vector/medical-infographic-with-image_23-2148368617.jpg?_wi=1" imageAlt="BMI calculation metrics and health status visualization" useInvertedBackground={false} mediaAnimation="slide-up" @@ -89,13 +89,13 @@ export default function LandingPage() { tag="Health Education" features={[ { - title: "BMI Categories", description: "Underweight (BMI < 18.5), Healthy Weight (18.5-24.9), Overweight (25-29.9), Obese (30+). Each category has different health implications and recommendations.", imageSrc: "http://img.b2bpic.net/free-vector/medical-infographic-with-image_23-2148368617.jpg" + title: "BMI Categories", description: "Underweight (BMI < 18.5), Healthy Weight (18.5-24.9), Overweight (25-29.9), Obese (30+). Each category has different health implications and recommendations.", imageSrc: "http://img.b2bpic.net/free-vector/medical-infographic-with-image_23-2148368617.jpg?_wi=2" }, { title: "Healthy Weight Range", description: "Discover your personalized healthy weight range based on your height using the BMI formula. This range represents weights where most people have minimal health risks.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-fresh-fruits-inside-plates-white-background-tropical-ripe-color-diet-exotic-healthy-life-mellow_140725-98380.jpg" }, { - title: "Importance of Physical Activity", description: "Maintaining a healthy BMI involves regular exercise, balanced nutrition, and lifestyle choices. Physical activity is crucial for cardiovascular health and overall wellness.", imageSrc: "http://img.b2bpic.net/free-photo/sportswomen-watching-photos-mobile_23-2147600797.jpg" + title: "Importance of Physical Activity", description: "Maintaining a healthy BMI involves regular exercise, balanced nutrition, and lifestyle choices. Physical activity is crucial for cardiovascular health and overall wellness.", imageSrc: "http://img.b2bpic.net/free-photo/sportswomen-watching-photos-mobile_23-2147600797.jpg?_wi=1" } ]} textboxLayout="default" @@ -130,7 +130,7 @@ export default function LandingPage() { id: "6", title: "Does physical activity level affect BMI calculation?", content: "Activity level doesn't change your BMI calculation itself, but it significantly affects your overall health and can help you manage your weight. Regular physical activity is crucial for maintaining a healthy BMI and cardiovascular health." } ]} - imageSrc="http://img.b2bpic.net/free-photo/sportswomen-watching-photos-mobile_23-2147600797.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sportswomen-watching-photos-mobile_23-2147600797.jpg?_wi=2" imageAlt="Health and wellness guidance" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1