From 34261463513984def2fd110c581c3992be1380a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:29:00 +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 74fac56..5570402 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@alexracing", testimonial: "Apex team delivers unmatched race results and high-tech performance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482611.jpg?_wi=1", imageAlt: "downhill mountain bike race action", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@speedmasters", testimonial: "Truly professional setup, top-tier engineering and skill.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749622.jpg?_wi=1", imageAlt: "downhill mountain bike race action", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@bikeworld", testimonial: "The gold standard for downhill mountain bike racing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647436.jpg?_wi=1", imageAlt: "downhill mountain bike race action", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@gravitypro", testimonial: "Pushing the limits of what's possible on a mountain bike.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-wearing-helmet-posing-with-bicycle_23-2149749605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-wearing-helmet-posing-with-bicycle_23-2149749605.jpg?_wi=1", imageAlt: "downhill mountain bike race action", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@mtbdaily", testimonial: "Exceptional team chemistry and dedication.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-safety-helmet-biking_23-2148775569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-safety-helmet-biking_23-2148775569.jpg?_wi=1", imageAlt: "downhill mountain bike race action", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482611.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482611.jpg?_wi=2" imageAlt="Downhill racing action" mediaAnimation="slide-up" avatars={[ @@ -181,7 +181,7 @@ export default function LandingPage() { icon: Globe, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749622.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749622.jpg?_wi=2" imageAlt="Team workshop" mediaAnimation="slide-up" /> @@ -228,19 +228,19 @@ export default function LandingPage() { id: "t1", name: "Marcus Stone", role: "Lead Racer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647436.jpg?_wi=2", }, { id: "t2", name: "Elena Vance", role: "Technical Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-wearing-helmet-posing-with-bicycle_23-2149749605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-wearing-helmet-posing-with-bicycle_23-2149749605.jpg?_wi=2", }, { id: "t3", name: "Jules Rivera", role: "Junior Racer", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-safety-helmet-biking_23-2148775569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-safety-helmet-biking_23-2148775569.jpg?_wi=2", }, { id: "t4", -- 2.49.1