From aad9f6d079d814b79a4a8affa228216c4da56de8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:52:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a60bd6..4f2affa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,7 @@ export default function LandingPage() { description="Comprehensive training options designed for every fitness level and goal" textboxLayout="default" useInvertedBackground={false} + animationType="none" features={[ { id: "strength", title: "Strength & Conditioning", description: "Access unlimited gym facilities with state-of-the-art equipment and expert guidance for muscle building and athletic performance.", tag: "Core Program", imageSrc: "http://img.b2bpic.net/free-photo/strong-man-training-gym_1303-23407.jpg", imageAlt: "Strength training with modern equipment" @@ -133,7 +134,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ahmad Rashid", role: "Competitive Fighter", company: "Hybrid Academy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Ahmad Rashid testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Ahmad Rashid testimonial" }, { id: "2", name: "Maya Chen", role: "Fitness Coach", company: "Member since Year 2", rating: 5, @@ -145,15 +146,15 @@ export default function LandingPage() { }, { id: "4", name: "Sarah Williams", role: "Fitness Enthusiast", company: "Adult Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg?_wi=1", imageAlt: "Sarah Williams testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", imageAlt: "Sarah Williams testimonial" }, { id: "5", name: "David Lim", role: "Student Athlete", company: "Student Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "David Lim testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "David Lim testimonial" }, { id: "6", name: "Elena Rodriguez", role: "Kickboxing Instructor", company: "Program Lead", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg?_wi=2", imageAlt: "Elena Rodriguez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", imageAlt: "Elena Rodriguez testimonial" } ]} /> -- 2.49.1