From dcdf13b7c66b8b43d6b8ad4d99279ce6a8f5b82d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:44:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf25684..8fbb38b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/male-cyclist-riding-bicycle-mountains_651396-3463.jpg", imageAlt: "Mountain bike in action"}, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-bicycle-outdoors_23-2150884212.jpg", imageAlt: "Road bike performance"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-bicycle-outdoors_23-2150884212.jpg?_wi=1", imageAlt: "Road bike performance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-motor-electric-bike-ebike-bicycle_114579-344.jpg", imageAlt: "Modern bicycle design"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-motor-electric-bike-ebike-bicycle_114579-344.jpg?_wi=1", imageAlt: "Modern bicycle design"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -87,7 +87,7 @@ export default function LandingPage() { { id: "1", name: "Apex Mountain Elite", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/bicycle-toolbox-placed-table-yard_482257-96184.jpg", imageAlt: "Apex Mountain Elite mountain bike"}, { - id: "2", name: "Velocity Road Pro", price: "$1,599", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-bicycle-outdoors_23-2150884212.jpg", imageAlt: "Velocity Road Pro racing bike"}, + id: "2", name: "Velocity Road Pro", price: "$1,599", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-bicycle-outdoors_23-2150884212.jpg?_wi=2", imageAlt: "Velocity Road Pro racing bike"}, { id: "3", name: "Urban Commuter X", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/view-from-pleased-curly-woman-sitting-modern-motorbike-outdoors-looking-away_171337-16671.jpg", imageAlt: "Urban Commuter X hybrid bike"}, ]} @@ -107,13 +107,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Components", description: "Engineered with high-grade aluminum frames and precision components that deliver exceptional durability and performance on every ride.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-gears_1170-2566.jpg", imageAlt: "Premium bike components"}, + title: "Premium Components", description: "Engineered with high-grade aluminum frames and precision components that deliver exceptional durability and performance on every ride.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-gears_1170-2566.jpg?_wi=1", imageAlt: "Premium bike components"}, { id: 2, - title: "Advanced Gearing System", description: "Smooth, responsive gear shifting with precision-engineered drivetrain systems for optimal performance across all terrains.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-gears_1170-2566.jpg", imageAlt: "Advanced gear system"}, + title: "Advanced Gearing System", description: "Smooth, responsive gear shifting with precision-engineered drivetrain systems for optimal performance across all terrains.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-gears_1170-2566.jpg?_wi=2", imageAlt: "Advanced gear system"}, { id: 3, - title: "Aerodynamic Design", description: "Cutting-edge frame geometry optimized for speed and efficiency, reducing wind resistance and maximizing your cycling potential.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-motor-electric-bike-ebike-bicycle_114579-344.jpg", imageAlt: "Aerodynamic frame design"}, + title: "Aerodynamic Design", description: "Cutting-edge frame geometry optimized for speed and efficiency, reducing wind resistance and maximizing your cycling potential.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-motor-electric-bike-ebike-bicycle_114579-344.jpg?_wi=2", imageAlt: "Aerodynamic frame design"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -179,17 +179,17 @@ export default function LandingPage() {