From 33e4a8413fa80591141853b2d51a5d8aad90d728 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:56:48 +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 5d9e3d4..ac1beb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,10 +188,10 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahfitness", testimonial: "Transformed my fitness routine completely. The staff is incredibly supportive and the facilities are world-class. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarahfitness", testimonial: "Transformed my fitness routine completely. The staff is incredibly supportive and the facilities are world-class. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@mikeathletic", testimonial: "Best decision I made was joining this facility. The coaching has helped me reach goals I never thought possible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@mikeathletic", testimonial: "Best decision I made was joining this facility. The coaching has helped me reach goals I never thought possible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyswims", testimonial: "The aquatic program is exceptional. I've seen incredible progress in my swimming technique and speed since joining.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athlete-holding-hands-hips-posing_651396-1463.jpg", imageAlt: "Emily Rodriguez" @@ -200,10 +200,10 @@ export default function LandingPage() { id: "4", name: "David Kim", handle: "@davidtrains", testimonial: "Amazing community atmosphere. Everyone is supportive and the trainers really know their stuff. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-high-five-gym_23-2149049819.jpg", imageAlt: "David Kim" }, { - id: "5", name: "Lisa Martinez", handle: "@lisamoves", testimonial: "Finally found a place where I feel comfortable and motivated. The diversity of programs keeps things interesting.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", imageAlt: "Lisa Martinez" + id: "5", name: "Lisa Martinez", handle: "@lisamoves", testimonial: "Finally found a place where I feel comfortable and motivated. The diversity of programs keeps things interesting.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg?_wi=2", imageAlt: "Lisa Martinez" }, { - id: "6", name: "James Wilson", handle: "@jamesbasketball", testimonial: "The basketball leagues are competitive and fun. Great way to stay active while meeting amazing people.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg", imageAlt: "James Wilson" + id: "6", name: "James Wilson", handle: "@jamesbasketball", testimonial: "The basketball leagues are competitive and fun. Great way to stay active while meeting amazing people.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg?_wi=2", imageAlt: "James Wilson" } ]} animationType="slide-up" -- 2.49.1