diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 3abb799..bf343d9 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { name: "ProForm Carbon TL Treadmill", price: "$799.00", quantity: 1, - imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1910.jpg?_wi=2", imageAlt: "modern treadmill gym equipment", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { ], price: "$349.99", quantity: 1, - imageSrc: "http://img.b2bpic.net/free-photo/woman-fitness-trainer-with-dumbbells-gym_1303-13910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fitness-trainer-with-dumbbells-gym_1303-13910.jpg?_wi=2", imageAlt: "dumbbell set gym weights", }, ]} @@ -106,21 +106,21 @@ export default function LandingPage() { id: "3", name: "Stationary Exercise Bike", price: "$499.00", - imageSrc: "http://img.b2bpic.net/free-photo/sportive-blonde-woman-working-out-exercise-bike-modern-fitness-center-fitness-lifestyle-sport-club_613910-5809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sportive-blonde-woman-working-out-exercise-bike-modern-fitness-center-fitness-lifestyle-sport-club_613910-5809.jpg?_wi=2", imageAlt: "stationary exercise bike home", }, { id: "4", name: "Hydro Rower Machine", price: "$699.00", - imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg?_wi=2", imageAlt: "rowing machine fitness equipment", }, { id: "5", name: "Kettlebell Set (10-40 kg)", price: "$189.99", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-athlete-performing-push-ups-medicine-ball-exercising-gym_639032-2640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-athlete-performing-push-ups-medicine-ball-exercising-gym_639032-2640.jpg?_wi=2", imageAlt: "kettlebell set gym equipment", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index b7cb1f9..033e081 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,28 +145,28 @@ export default function LandingPage() { id: "p1", name: "ProForm Carbon TL Treadmill", price: "$999.99", - imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1910.jpg?_wi=1", imageAlt: "ProForm Carbon TL Treadmill", }, { id: "p2", name: "Bowflex SelectTech 552 Dumbbells", price: "$429.00", - imageSrc: "http://img.b2bpic.net/free-photo/woman-fitness-trainer-with-dumbbells-gym_1303-13910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fitness-trainer-with-dumbbells-gym_1303-13910.jpg?_wi=1", imageAlt: "Bowflex SelectTech 552 Dumbbells", }, { id: "p3", name: "Schwinn IC4 Indoor Cycling Bike", price: "$899.99", - imageSrc: "http://img.b2bpic.net/free-photo/sportive-blonde-woman-working-out-exercise-bike-modern-fitness-center-fitness-lifestyle-sport-club_613910-5809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sportive-blonde-woman-working-out-exercise-bike-modern-fitness-center-fitness-lifestyle-sport-club_613910-5809.jpg?_wi=1", imageAlt: "Schwinn IC4 Indoor Cycling Bike", }, { id: "p4", name: "Concept2 RowErg Rower", price: "$900.00", - imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg?_wi=1", imageAlt: "Concept2 RowErg Rower", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { id: "p6", name: "Rogue Fitness Kettlebell", price: "$59.00", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-athlete-performing-push-ups-medicine-ball-exercising-gym_639032-2640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-athlete-performing-push-ups-medicine-ball-exercising-gym_639032-2640.jpg?_wi=1", imageAlt: "Rogue Fitness Kettlebell", }, ]}