From 933a46870970033fbd5a22308ac275f9cff3ddb9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:02:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76c38df..12d27f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "In-Gym Personal Training", description: "One-on-one coaching at premium facilities or your private gym. Direct feedback, form correction, and personalized workout programming. Ideal for busy executives who want results without guesswork.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", imageAlt: "personal training session one-on-one coaching gym training fitness instruction coach with client" + title: "In-Gym Personal Training", description: "One-on-one coaching at premium facilities or your private gym. Direct feedback, form correction, and personalized workout programming. Ideal for busy executives who want results without guesswork.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=1", imageAlt: "personal training session one-on-one coaching gym training fitness instruction coach with client" }, { id: 2, @@ -120,7 +120,7 @@ export default function LandingPage() { }, { id: 4, - title: "Supplement Optimization", description: "Expert guidance on high-quality supplementation to accelerate results. Comprehensive protocols based on your specific goals and body response.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", imageAlt: "business consultation coaching meeting professional meeting fitness consultation client consultation" + title: "Supplement Optimization", description: "Expert guidance on high-quality supplementation to accelerate results. Comprehensive protocols based on your specific goals and body response.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=2", imageAlt: "business consultation coaching meeting professional meeting fitness consultation client consultation" } ]} title="Our Coaching Services" @@ -201,7 +201,7 @@ export default function LandingPage() { description="Ready to transform your body? Schedule a personalized consultation to discuss your goals, assess your needs, and explore coaching options. Due to limited availability, spots fill quickly." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=3" imageAlt="Free Consultation" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1