diff --git a/src/app/page.tsx b/src/app/page.tsx index 619c35e..c1aadd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,21 +55,21 @@ export default function LandingPage() { testimonials={[ { name: "Alex Racing", 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", 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?_wi=1", imageAlt: "downhill mountain bike race action"}, { name: "Speed Masters", 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", imageAlt: "downhill mountain bike race action"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749622.jpg?_wi=1", imageAlt: "downhill mountain bike race action"}, { name: "Bike World", 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", imageAlt: "downhill mountain bike race action"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647436.jpg?_wi=1", imageAlt: "downhill mountain bike race action"}, { name: "Gravity Pro", 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", imageAlt: "downhill mountain bike race action"}, + 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"}, { name: "MTB Daily", 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", imageAlt: "downhill mountain bike race action"}, + 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={[ @@ -121,7 +121,7 @@ export default function LandingPage() { title: "Global Race Circuit", description: "Competing at the highest level in international downhill championships.", 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" /> @@ -156,11 +156,11 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "t1", name: "Marcus Stone", role: "Lead Racer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647436.jpg"}, + id: "t1", name: "Marcus Stone", role: "Lead Racer", 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"}, + 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?_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"}, + id: "t3", name: "Jules Rivera", role: "Junior Racer", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-safety-helmet-biking_23-2148775569.jpg?_wi=2"}, { id: "t4", name: "Samuel Park", role: "Team Manager", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-sad-unhappy-young-cyclist-wearing-sports-clothing-helmet-eyeglasses-sitting-big-tree-with-broken-electric-bicycle-lying-ground-waiting-friends-help-him_273609-268.jpg"}, ]}