From 85f2f2152bcafbb04af68bbaa280b9e73284d197 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:28:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96c8b69..6a8d791 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { }, ]} avatarText="Join Our Community of Riders" - imageSrc="http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647409.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647409.jpg?_wi=1" imageAlt="Cyclist on a scenic road, showcasing cycling gear." mediaAnimation="entrance-slide" /> @@ -115,7 +115,7 @@ export default function LandingPage() { href: "/about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-women-riding-bicycles-city_23-2149041632.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-women-riding-bicycles-city_23-2149041632.jpg?_wi=1" imageAlt="Group of cyclists gathered, sharing stories." /> @@ -131,7 +131,7 @@ export default function LandingPage() { title: "Advanced Helmet Protection", description: "Lightweight construction with enhanced ventilation and MIPS technology for superior safety and comfort.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-rider-woman-yellow-green-motorcycle-helmet-colorful-light-summer-dress-jungle-tropical-field-palm-trees_343596-2886.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-rider-woman-yellow-green-motorcycle-helmet-colorful-light-summer-dress-jungle-tropical-field-palm-trees_343596-2886.jpg?_wi=1", imageAlt: "Advanced cycling helmet", }, items: [ @@ -151,7 +151,7 @@ export default function LandingPage() { title: "Ergonomic Cycling Apparel", description: "Breathable, moisture-wicking fabrics with an ergonomic fit to keep you comfortable on long rides.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/ready-print-sports-tshirt-workout-training-clothing-patterns_29096-5261.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/ready-print-sports-tshirt-workout-training-clothing-patterns_29096-5261.jpg?_wi=1", imageAlt: "Ergonomic cycling jersey", }, items: [ @@ -171,7 +171,7 @@ export default function LandingPage() { title: "Power Transfer Footwear", description: "Stiff carbon soles and secure closures for maximum power transfer and efficiency with every pedal stroke.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138584.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138584.jpg?_wi=1", imageAlt: "Cycling shoes with clipless pedals", }, items: [ @@ -204,21 +204,21 @@ export default function LandingPage() { id: "product-1", name: "Pro Road Bike X1", price: "$2,999", - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-bicycle-helmet_23-2149749657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-posing-with-bicycle-helmet_23-2149749657.jpg?_wi=1", imageAlt: "High-performance Pro Road Bike X1", }, { id: "product-2", name: "Trailblazer Mountain Bike", price: "$1,850", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-european-male-wearing-cycling-clothing-helmet-glasses_273609-9718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-european-male-wearing-cycling-clothing-helmet-glasses_273609-9718.jpg?_wi=1", imageAlt: "Rugged Trailblazer Mountain Bike", }, { id: "product-3", name: "Adventure Gravel Bike", price: "$1,400", - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-rider-helmet-glasses-gloves-sitting-front-his-booster-bicycle_273609-9722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-rider-helmet-glasses-gloves-sitting-front-his-booster-bicycle_273609-9722.jpg?_wi=1", imageAlt: "Versatile Adventure Gravel Bike", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { name: "Sarah J.", role: "Road Cyclist", testimonial: "The Pro Road Bike is a game-changer! Lightweight, fast, and incredibly responsive. My KOMs have never looked better.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-rides-electrical-scooter-park_23-2148952702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-rides-electrical-scooter-park_23-2148952702.jpg?_wi=1", imageAlt: "Sarah J., Road Cyclist", }, { @@ -254,7 +254,7 @@ export default function LandingPage() { name: "Michael C.", role: "Mountain Biker", testimonial: "The Trailblazer handles everything I throw at it. Durable, great suspension, and absolute confidence on challenging trails.", - imageSrc: "http://img.b2bpic.net/free-photo/male-portrait-holding-crossed-hands-bicycle-handle-bar_158595-4553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-portrait-holding-crossed-hands-bicycle-handle-bar_158595-4553.jpg?_wi=1", imageAlt: "Michael C., Mountain Biker", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { name: "Emily R.", role: "Commuter", testimonial: "My Adventure Gravel Bike is perfect for my mixed commute. Smooth on pavement, capable on gravel, and surprisingly comfortable.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg?_wi=1", imageAlt: "Emily R., Commuter", }, { @@ -270,7 +270,7 @@ export default function LandingPage() { name: "David K.", role: "Touring Cyclist", testimonial: "The Elite Cycling Kit is incredibly comfortable for long tours. The fabric breathes, and the fit is perfect. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/bicycle-chain-ring-being-greased-outdoor_482257-96044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bicycle-chain-ring-being-greased-outdoor_482257-96044.jpg?_wi=1", imageAlt: "David K., Touring Cyclist", }, ]}