From 28af75d6c2966e5e55276b8a486911c8ccf95665 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:27:59 +0000 Subject: [PATCH 1/3] Update src/app/cars-for-rent/page.tsx --- src/app/cars-for-rent/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From ce8157405e358f4f694b0800796d448e4fb5f703 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:27:59 +0000 Subject: [PATCH 2/3] Update src/app/cars-for-sale/page.tsx --- src/app/cars-for-sale/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 92359ee7d1eca00eb57a8a024321cec3398d3b73 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:28:00 +0000 Subject: [PATCH 3/3] Update src/app/sold-cars/page.tsx --- src/app/sold-cars/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]} />