From 3a1112f2cf136315157aa7d79d6abea4a388462e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:42:29 +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 8ec50cb..fe23834 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} tag="Elevate Your Fitness" - imageSrc="http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg" + imageSrc="http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg?_wi=1" mediaAnimation="slide-up" tagIcon={Sparkles} avatars={[ @@ -87,7 +87,7 @@ export default function LandingPage() { { value: "90%", title: "Success Rate" }, { value: "500+", title: "Programs" } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg?_wi=1" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -167,8 +167,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "John D.", date: "Jan 2024", title: "Member", quote: "The best gym in the city!", tag: "Success", avatarSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-59110.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg" }, - { id: "t2", name: "Maria S.", date: "Feb 2024", title: "Elite Member", quote: "Apex changed my life completely.", tag: "Transformation", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-young-women-gym_23-2148419835.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg" }, + { id: "t1", name: "John D.", date: "Jan 2024", title: "Member", quote: "The best gym in the city!", tag: "Success", avatarSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-59110.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg?_wi=2" }, + { id: "t2", name: "Maria S.", date: "Feb 2024", title: "Elite Member", quote: "Apex changed my life completely.", tag: "Transformation", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-young-women-gym_23-2148419835.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg?_wi=2" }, { id: "t3", name: "Kevin L.", date: "Mar 2024", title: "Pro Member", quote: "Love the 24/7 access flexibility.", tag: "Convenience", avatarSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-celebrating-outdoors_23-2148002260.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-gym-racetrack_1157-32214.jpg" }, { id: "t4", name: "Emma W.", date: "Apr 2024", title: "Basic Member", quote: "Coaches are always helpful here.", tag: "Support", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-twerking_23-2149879701.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-doing-exercises-gym_1153-8689.jpg" }, { id: "t5", name: "Marcus R.", date: "May 2024", title: "Elite Member", quote: "Sauna and recovery are top notch.", tag: "Recovery", avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-exercise-with-dumbbells-home-elderly-woman-prefers-healthy-lifestyle_657921-238.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dreaming-woman-with-coffee-table_23-2147778825.jpg" } -- 2.49.1