From e11f23e1e4188a96ec95593a5f3209d8e3a1379c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:59:19 +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 874be2c..ccb4304 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,35 +66,35 @@ export default function LandingPage() { handle: "@hockeycoach", testimonial: "Finally a solution that actually works. My gear is dry within an hour!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/build-up-athlete-with-his-arm-crossed-stadium-track-field_23-2148162071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/build-up-athlete-with-his-arm-crossed-stadium-track-field_23-2148162071.jpg?_wi=1", }, { name: "Sophie Janssen", handle: "@gympro", testimonial: "No more smelly gloves in my bag. Absolutely essential for the gym.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-sitting-taking-break-from-her-workout-gym_662251-1297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-sitting-taking-break-from-her-workout-gym_662251-1297.jpg?_wi=1", }, { name: "Lars Bakker", handle: "@fieldhockey", testimonial: "Super compact and very quiet. It changed my post-game routine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-park-with-earphones-tablet_1157-30676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-park-with-earphones-tablet_1157-30676.jpg?_wi=1", }, { name: "Anouk de Vries", handle: "@fitnessdaily", testimonial: "I love how organized my hallway looks now. Very smart design.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-confident-athlete_23-2148222099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-confident-athlete_23-2148222099.jpg?_wi=1", }, { name: "Thomas Groen", handle: "@proathlete", testimonial: "Worth every cent. The hygiene benefits alone are worth it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-sportswoman-warming-up-doing-stretching-exercises-outdoors_637285-9286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-sportswoman-warming-up-doing-stretching-exercises-outdoors_637285-9286.jpg?_wi=1", }, ]} buttons={[ @@ -304,7 +304,7 @@ export default function LandingPage() { role: "Hockey Player", company: "Local League", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/build-up-athlete-with-his-arm-crossed-stadium-track-field_23-2148162071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/build-up-athlete-with-his-arm-crossed-stadium-track-field_23-2148162071.jpg?_wi=2", }, { id: "t2", @@ -312,7 +312,7 @@ export default function LandingPage() { role: "Gym Goer", company: "City Fitness", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-sitting-taking-break-from-her-workout-gym_662251-1297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-sitting-taking-break-from-her-workout-gym_662251-1297.jpg?_wi=2", }, { id: "t3", @@ -320,7 +320,7 @@ export default function LandingPage() { role: "Coach", company: "Pro Sports", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-park-with-earphones-tablet_1157-30676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-park-with-earphones-tablet_1157-30676.jpg?_wi=2", }, { id: "t4", @@ -328,7 +328,7 @@ export default function LandingPage() { role: "Cyclist", company: "Training Daily", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-confident-athlete_23-2148222099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-confident-athlete_23-2148222099.jpg?_wi=2", }, { id: "t5", @@ -336,7 +336,7 @@ export default function LandingPage() { role: "Athlete", company: "Weekend Warrior", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-sportswoman-warming-up-doing-stretching-exercises-outdoors_637285-9286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-sportswoman-warming-up-doing-stretching-exercises-outdoors_637285-9286.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1