From c10a9cacaea9ecdef30ffd1abf07f01c7e1004b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:33:11 +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 cd59765..62500f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289995.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289995.jpg?_wi=1" imageAlt="Professional fitness coach with client" imagePosition="right" mediaAnimation="slide-up" @@ -118,10 +118,10 @@ export default function LandingPage() { features={[ { id: 1, - title: "Personalized Training Plans", description: "Custom workouts tailored to your fitness level, goals, and schedule. Progressive programming for continuous advancement.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289995.jpg", imageAlt: "Personalized training session"}, + title: "Personalized Training Plans", description: "Custom workouts tailored to your fitness level, goals, and schedule. Progressive programming for continuous advancement.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289995.jpg?_wi=2", imageAlt: "Personalized training session"}, { id: 2, - title: "Nutrition & Lifestyle Guidance", description: "Expert nutritional coaching integrated with your fitness program. Sustainable habits that complement your training.", imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-sportswear-with-smartphone_140725-16445.jpg", imageAlt: "Nutrition planning consultation"}, + title: "Nutrition & Lifestyle Guidance", description: "Expert nutritional coaching integrated with your fitness program. Sustainable habits that complement your training.", imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-sportswear-with-smartphone_140725-16445.jpg?_wi=1", imageAlt: "Nutrition planning consultation"}, { id: 3, title: "Accountability & Motivation", description: "Regular check-ins, progress tracking, and motivational support. Stay committed with consistent guidance and encouragement.", imageSrc: "http://img.b2bpic.net/free-photo/women-getting-ready-run_23-2149044620.jpg", imageAlt: "Client success celebration"}, @@ -209,7 +209,7 @@ export default function LandingPage() { description="Subscribe to receive expert fitness tips, motivational content, and exclusive coaching insights delivered to your inbox weekly." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-resting-sportswear-with-smartphone_140725-16445.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-resting-sportswear-with-smartphone_140725-16445.jpg?_wi=2" imageAlt="Fitness tracking and coaching app" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1