From fa677ec34f0d29dcda105987997397f107d14b75 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:30:12 +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 64fd671..4c9afe2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Personalized Assessment", description: "Comprehensive fitness evaluation to understand your starting point, goals, and any limitations. We create a customized baseline for your unique needs.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-pepper-carrot-onions-light-desk-vegetable-food-meal-vitamine_140725-34478.jpg", imageAlt: "healthy meal prep balanced nutrition" + title: "Personalized Assessment", description: "Comprehensive fitness evaluation to understand your starting point, goals, and any limitations. We create a customized baseline for your unique needs.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-pepper-carrot-onions-light-desk-vegetable-food-meal-vitamine_140725-34478.jpg?_wi=1", imageAlt: "healthy meal prep balanced nutrition" }, { id: 2, @@ -117,7 +117,7 @@ export default function LandingPage() { }, { id: 3, - title: "Nutrition Guidance", description: "Expert dietary recommendations aligned with your fitness goals. Sustainable eating habits that fuel your workouts and support long-term health.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-pepper-carrot-onions-light-desk-vegetable-food-meal-vitamine_140725-34478.jpg", imageAlt: "healthy meal prep balanced nutrition" + title: "Nutrition Guidance", description: "Expert dietary recommendations aligned with your fitness goals. Sustainable eating habits that fuel your workouts and support long-term health.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-pepper-carrot-onions-light-desk-vegetable-food-meal-vitamine_140725-34478.jpg?_wi=2", imageAlt: "healthy meal prep balanced nutrition" }, { id: 4, -- 2.49.1