From d837bdb786c55221842593970a68752fe999b280 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:40:45 +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 0de985d..8feec9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function LandingPage() { }, { id: 3, - title: "Nutrition Coaching", description: "Personalized meal planning and nutrition guidance aligned with your training program. We teach sustainable eating habits, not restrictive diets.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-with-smartphone_23-2149894971.jpg", imageAlt: "Nutrition consultation" + title: "Nutrition Coaching", description: "Personalized meal planning and nutrition guidance aligned with your training program. We teach sustainable eating habits, not restrictive diets.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-with-smartphone_23-2149894971.jpg?_wi=1", imageAlt: "Nutrition consultation" } ]} animationType="blur-reveal" @@ -222,7 +222,7 @@ export default function LandingPage() { description="Join hundreds of clients who have achieved their fitness goals through dedicated coaching. Sign up for our newsletter to receive exclusive training tips, transformation stories, and special offers." background={{ variant: "aurora" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-women-with-smartphone_23-2149894971.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-women-with-smartphone_23-2149894971.jpg?_wi=2" imageAlt="Personal training consultation" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1