From 03b25bb402e30e7827b90a855704aeaa92214e77 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:54:30 +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 27ef9ed..5b98466 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Explore Our Story", href: "programs" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg?_wi=1" imageAlt="Our fitness facility and community" useInvertedBackground={false} /> @@ -84,7 +84,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Strength Training", description: "Build lean muscle and increase your power with our comprehensive strength coaching program tailored to your fitness level.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg", imageAlt: "Strength training program"}, + title: "Strength Training", description: "Build lean muscle and increase your power with our comprehensive strength coaching program tailored to your fitness level.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg?_wi=2", imageAlt: "Strength training program"}, { id: 2, title: "Nutrition Guidance", description: "Achieve your physique goals with personalized meal planning and nutrition coaching from our certified experts.", imageSrc: "http://img.b2bpic.net/free-photo/organic-healthy-food-dining-table_169016-6246.jpg", imageAlt: "Nutrition planning"}, @@ -148,13 +148,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg", imageAlt: "woman portrait athlete fitness headshot"}, { id: "2", name: "Michael Chen", role: "Software Developer", company: "StartUp Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", imageAlt: "man portrait athlete fitness headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg?_wi=1", imageAlt: "man portrait athlete fitness headshot"}, { id: "3", name: "Emily Rodriguez", role: "Fitness Entrepreneur", company: "Wellness Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-with-crossed-arms_1153-942.jpg", imageAlt: "woman portrait gym fitness headshot"}, { id: "4", name: "David Kim", role: "Business Owner", company: "Growth Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", imageAlt: "man portrait training fitness headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg?_wi=2", imageAlt: "man portrait training fitness headshot"}, ]} kpiItems={[ { value: "500+", label: "Active Members" }, -- 2.49.1