From 7f8270254c2bff4b4354bd21d028a891e2c2284b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:55:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c71f44..d89e385 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@sarah_training", testimonial: "Finally, a gym where technical excellence meets real community. Zero ego.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sideways-woman-white-karate-uniform_23-2148322422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sideways-woman-white-karate-uniform_23-2148322422.jpg?_wi=1", imageAlt: "bjj gym interior premium", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@marcd_bjj", testimonial: "The progression path here is structured perfectly. I've grown more in 6 months than in years elsewhere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-taking-selfie-gym_23-2150290028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-taking-selfie-gym_23-2150290028.jpg?_wi=1", imageAlt: "professional athlete portrait", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@elena_bj", testimonial: "I was intimidated to start, but the atmosphere is incredibly welcoming. Best coaching in Belgium.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-out-with-kettlebell_23-2149358166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-out-with-kettlebell_23-2149358166.jpg?_wi=1", imageAlt: "confident woman athlete portrait", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@thomas_fit", testimonial: "Professional, clean, and serious training. The perfect environment for high-performers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-rest-after-hyperextension-monochrome_7502-9066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-rest-after-hyperextension-monochrome_7502-9066.jpg?_wi=1", imageAlt: "friendly athlete portrait studio", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@julie_bjj", testimonial: "Elite coaching without the typical gym atmosphere. Absolutely love this community.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-woman-running_171337-9022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-woman-running_171337-9022.jpg?_wi=1", imageAlt: "young woman athlete smiling", }, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sideways-woman-white-karate-uniform_23-2148322422.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sideways-woman-white-karate-uniform_23-2148322422.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/high-angle-people-taking-selfie-gym_23-2150290028.jpg", @@ -249,7 +249,7 @@ export default function LandingPage() { role: "Marketing Director", company: "Infinity Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-taking-selfie-gym_23-2150290028.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-taking-selfie-gym_23-2150290028.jpg?_wi=2", }, { id: "2", @@ -257,7 +257,7 @@ export default function LandingPage() { role: "Software Engineer", company: "Infinity Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-out-with-kettlebell_23-2149358166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-out-with-kettlebell_23-2149358166.jpg?_wi=2", }, { id: "3", @@ -265,7 +265,7 @@ export default function LandingPage() { role: "Lawyer", company: "Infinity Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-rest-after-hyperextension-monochrome_7502-9066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-having-rest-after-hyperextension-monochrome_7502-9066.jpg?_wi=2", }, { id: "4", @@ -273,7 +273,7 @@ export default function LandingPage() { role: "CEO", company: "Infinity Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-woman-running_171337-9022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-woman-running_171337-9022.jpg?_wi=2", }, { id: "5", -- 2.49.1