From 260005ca134aaa8d9e52feba8c917682b9bf40a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 16:46: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 aff2966..24966ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,10 +190,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "members", value: "500+", title: "Active Members", description: "Growing community of fitness enthusiasts committed to their health." }, - { id: "rating", value: "4.9/5", title: "Member Rating", description: "Consistent five-star feedback from our valued community." }, - { id: "years", value: "8+", title: "Years of Excellence", description: "Trusted fitness partner in Thiruvananthapuram since inception." }, - { id: "trainers", value: "12+", title: "Certified Trainers", description: "Professional coaches dedicated to your transformation." } + { id: "members", value: "500+", title: "Active Members", description: "Growing community of fitness enthusiasts committed to their health.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-girl-blue-sports-suit-is-engaged-sports-gym_1157-13597.jpg", imageAlt: "Active gym members community" }, + { id: "rating", value: "4.9/5", title: "Member Rating", description: "Consistent five-star feedback from our valued community.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg", imageAlt: "Member satisfaction and ratings" }, + { id: "years", value: "8+", title: "Years of Excellence", description: "Trusted fitness partner in Thiruvananthapuram since inception.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-performs-exercises-hips-buttocks-healthy-lifestyle_78826-3370.jpg", imageAlt: "Years of gym excellence" }, + { id: "trainers", value: "12+", title: "Certified Trainers", description: "Professional coaches dedicated to your transformation.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg", imageAlt: "Professional certified trainers" } ]} />