From 984e0fef7bad18263c9328400f33a62e0d0b8d6c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:01:52 +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 cdecefd..17071a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { text: "View Programs", href: "#features" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/friends-helping-each-other-exercise_23-2148303356.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-helping-each-other-exercise_23-2148303356.jpg?_wi=1" imageAlt="Professional personal trainer coaching client" mediaAnimation="blur-reveal" imagePosition="right" @@ -116,11 +116,11 @@ export default function LandingPage() { }, { id: 2, - title: "Nutrition Guidance & Meal Planning", description: "Science-based nutrition strategies to support your training. Customized meal plans that fit your lifestyle and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/women-training-together-outdoors_23-2148657831.jpg", imageAlt: "fitness transformation progress client results" + title: "Nutrition Guidance & Meal Planning", description: "Science-based nutrition strategies to support your training. Customized meal plans that fit your lifestyle and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/women-training-together-outdoors_23-2148657831.jpg?_wi=1", imageAlt: "fitness transformation progress client results" }, { id: 3, - title: "Accountability & Motivation", description: "Regular check-ins, progress tracking, and ongoing motivation to keep you on track. Celebrate wins and overcome challenges together.", imageSrc: "http://img.b2bpic.net/free-photo/friends-helping-each-other-exercise_23-2148303356.jpg", imageAlt: "personal trainer coaching client gym" + title: "Accountability & Motivation", description: "Regular check-ins, progress tracking, and ongoing motivation to keep you on track. Celebrate wins and overcome challenges together.", imageSrc: "http://img.b2bpic.net/free-photo/friends-helping-each-other-exercise_23-2148303356.jpg?_wi=2", imageAlt: "personal trainer coaching client gym" } ]} animationType="blur-reveal" @@ -205,7 +205,7 @@ export default function LandingPage() { description="Get weekly workout tips, nutrition advice, and exclusive access to new programs. Join our community of fitness enthusiasts committed to transformation." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/women-training-together-outdoors_23-2148657831.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-training-together-outdoors_23-2148657831.jpg?_wi=2" imageAlt="Fitness transformation success" mediaAnimation="blur-reveal" mediaPosition="left" -- 2.49.1