From 9a670b416f630bdbe60f5e7a89c5b1058ac14309 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:26:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 812bd4d..b740d08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,10 +61,11 @@ 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/medical-infographic-with-image_23-2148368617.jpg" imageAlt="BMI calculation metrics and health status visualization" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -88,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?_wi=2" + 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: "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?_wi=1" + 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" } ]} textboxLayout="default" @@ -129,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/sportswomen-watching-photos-mobile_23-2147600797.jpg" imageAlt="Health and wellness guidance" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1