diff --git a/src/app/page.tsx b/src/app/page.tsx index 04c2ef3..ee37471 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function SitePage() { { src: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-electric-gas-station_1303-14825.jpg", alt: "Satisfied traveler" }, ]} avatarText="Trusted by 10,000+ travelers" - imageSrc="http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg?_wi=1" imageAlt="Modern electric car in scenic location" mediaAnimation="slide-up" marqueeItems={[ @@ -125,13 +125,13 @@ export default function SitePage() { useInvertedBackground={false} products={[ { - id: "eco-car-1", name: "EcoFlex Hybrid", price: "$45/day", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg", imageAlt: "EcoFlex Hybrid Car", isFavorited: false, + id: "eco-car-1", name: "EcoFlex Hybrid", price: "$45/day", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg?_wi=2", imageAlt: "EcoFlex Hybrid Car", isFavorited: false, }, { id: "suv-2", name: "Urban SUV Pro", price: "$65/day", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-hugging-car_23-2148349743.jpg", imageAlt: "Urban SUV Pro Car", isFavorited: false, }, { - id: "sedan-3", name: "City Sedan Elite", price: "$55/day", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg", imageAlt: "City Sedan Elite Car", isFavorited: false, + id: "sedan-3", name: "City Sedan Elite", price: "$55/day", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg?_wi=3", imageAlt: "City Sedan Elite Car", isFavorited: false, }, ]} />