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
diff --git a/src/app/cars-for-sale/page.tsx b/src/app/cars-for-sale/page.tsx
index b498d6b..7f41682 100644
--- a/src/app/cars-for-sale/page.tsx
+++ b/src/app/cars-for-sale/page.tsx
@@ -17,12 +17,12 @@ export default function CarsForSalePage() {
animationType="slide-up"
useInvertedBackground={false}
products={[
- { id: "1", brand: "Ford", name: "Mustang", price: "$35,000", rating: 5.0, reviewCount: "45", imageSrc: "https://images.unsplash.com/photo-1547744152-14d9851142bc" },
+ { id: "1", brand: "Ford", name: "Mustang", price: "$35,000", rating: 5.0, reviewCount: "45", imageSrc: "https://images.unsplash.com/photo-1547744152-14d9851142bc?_wi=1" },
{ id: "2", brand: "Tesla", name: "Model 3", price: "$42,000", rating: 4.7, reviewCount: "200", imageSrc: "https://images.unsplash.com/photo-1560958089-b8a1949cea8c" },
- { id: "3", brand: "Toyota", name: "Corolla", price: "$22,000", rating: 4.6, reviewCount: "150", imageSrc: "https://images.unsplash.com/photo-1547744152-14d9851142bc" }
+ { id: "3", brand: "Toyota", name: "Corolla", price: "$22,000", rating: 4.6, reviewCount: "150", imageSrc: "https://images.unsplash.com/photo-1547744152-14d9851142bc?_wi=2" }
]}
/>
-
+
);
}
\ No newline at end of file
diff --git a/src/app/sold-cars/page.tsx b/src/app/sold-cars/page.tsx
index 4805a97..2bde5b1 100644
--- a/src/app/sold-cars/page.tsx
+++ b/src/app/sold-cars/page.tsx
@@ -25,9 +25,9 @@ export default function SoldCarsPage() {
textboxLayout="default"
useInvertedBackground={false}
products={[
- { id: "1", brand: "Toyota", name: "Camry", price: "$15,000", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/toyota-camry.jpg" },
+ { id: "1", brand: "Toyota", name: "Camry", price: "$15,000", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/toyota-camry.jpg?_wi=1" },
{ id: "2", brand: "Honda", name: "Civic", price: "$12,000", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/honda-civic.jpg" },
- { id: "3", brand: "Mazda", name: "CX-5", price: "$18,000", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/toyota-camry.jpg" }
+ { id: "3", brand: "Mazda", name: "CX-5", price: "$18,000", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/toyota-camry.jpg?_wi=2" }
]}
/>