From 699cf7c5bedc15739bd5c76355cedf40584f582b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:45:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f3d616..3be2264 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#benefits", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-performing-split_23-2147769010.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-performing-split_23-2147769010.jpg?_wi=1" imageAlt="Lucky Gym Interior" /> @@ -121,17 +121,17 @@ export default function LandingPage() { 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-dumbbell_23-2149177956.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-performing-split_23-2147769010.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-performing-split_23-2147769010.jpg?_wi=2", imageAlt: "gym interior dark mode", }, ]} @@ -196,7 +196,7 @@ export default function LandingPage() { 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", @@ -204,7 +204,7 @@ export default function LandingPage() { 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", @@ -212,7 +212,7 @@ export default function LandingPage() { 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", @@ -220,7 +220,7 @@ export default function LandingPage() { 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", @@ -228,7 +228,7 @@ export default function LandingPage() { 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} -- 2.49.1