From bbe06ed6fff719f217d4d5322b344be15f95fd35 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:46:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c35c895..df3d944 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,9 +79,9 @@ export default function LandingPage() { { id: "g1", groupTitle: "Fitness Coaches", members: [ { - id: "t1", title: "Coach Andi", subtitle: "Bodybuilding Expert", detail: "Certified Trainer with 5 years experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-dumbbell_23-2149177956.jpg"}, + id: "t1", title: "Coach Andi", subtitle: "Bodybuilding Expert", detail: "Certified Trainer with 5 years experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-dumbbell_23-2149177956.jpg?_wi=1"}, { - id: "t2", title: "Coach Siska", subtitle: "Pilates Master", detail: "Specialist in posture and mobility.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-dumbbell_23-2149177956.jpg"}, + id: "t2", title: "Coach Siska", subtitle: "Pilates Master", detail: "Specialist in posture and mobility.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-dumbbell_23-2149177956.jpg?_wi=2"}, ] }, ]} @@ -118,19 +118,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Budi", handle: "@budi_fit", testimonial: "Best gym in Cilegon! Very clean.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=1"}, { id: "2", name: "Ani", handle: "@ani_fit", testimonial: "Love the pilates sessions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=2"}, { id: "3", name: "Caca", handle: "@caca_fit", testimonial: "Trainers are very helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=3"}, { id: "4", name: "Dedi", handle: "@dedi_fit", testimonial: "Equipment is always complete.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=4"}, { id: "5", name: "Eka", handle: "@eka_fit", testimonial: "Great atmosphere to workout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=5"}, ]} showRating={true} title="Member Stories" -- 2.49.1