diff --git a/src/app/cars-for-rent/page.tsx b/src/app/cars-for-rent/page.tsx index 2e0f287..dd6e4b3 100644 --- a/src/app/cars-for-rent/page.tsx +++ b/src/app/cars-for-rent/page.tsx @@ -18,11 +18,11 @@ export default function CarsForRentPage() { useInvertedBackground={false} products={[ { id: "1", brand: "Toyota", name: "Camry", price: "$50/day", rating: 4.8, reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1621007947382-bb3c3994e3fb" }, - { id: "2", brand: "Honda", name: "CR-V", price: "$70/day", rating: 4.9, reviewCount: "85", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e54256795" }, - { id: "3", brand: "Ford", name: "Escape", price: "$60/day", rating: 4.7, reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e54256795" } + { id: "2", brand: "Honda", name: "CR-V", price: "$70/day", rating: 4.9, reviewCount: "85", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e54256795?_wi=1" }, + { id: "3", brand: "Ford", name: "Escape", price: "$60/day", rating: 4.7, reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1542362567-b07e54256795?_wi=2" } ]} /> - + ); } \ No newline at end of file