diff --git a/src/app/page.tsx b/src/app/page.tsx index 4498951..6923666 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,17 +60,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/old-automobile-light-detail-scooter_1203-6159.jpg", imageAlt: "VIP License Plate"}, + imageSrc: "http://img.b2bpic.net/free-photo/old-automobile-light-detail-scooter_1203-6159.jpg?_wi=1", imageAlt: "VIP License Plate"}, { - imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg", imageAlt: "Premium Plate 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg?_wi=1", imageAlt: "Premium Plate 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg", imageAlt: "Premium Plate 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg?_wi=1", imageAlt: "Premium Plate 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg", imageAlt: "Premium Plate 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=1", imageAlt: "Premium Plate 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg", imageAlt: "Premium Plate 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg?_wi=1", imageAlt: "Premium Plate 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg", imageAlt: "Premium Plate 5"}, + imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=2", imageAlt: "Premium Plate 5"}, ]} tagIcon={Sparkles} /> @@ -85,19 +85,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "VIP", name: "777 UZZ", price: "15,000,000 UZS", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg"}, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg?_wi=2"}, { id: "2", brand: "VIP", name: "001 UZZ", price: "25,000,000 UZS", rating: 5, - reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg"}, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg?_wi=2"}, { id: "3", brand: "Standard", name: "999 UZZ", price: "10,000,000 UZS", rating: 4, - reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg"}, + reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=3"}, { id: "4", brand: "Standard", name: "100 UZZ", price: "5,000,000 UZS", rating: 4, - reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg"}, + reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg?_wi=2"}, { id: "5", brand: "Standard", name: "222 UZZ", price: "8,500,000 UZS", rating: 4, - reviewCount: "2", imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg"}, + reviewCount: "2", imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=4"}, { id: "6", brand: "VIP", name: "888 UZZ", price: "20,000,000 UZS", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/number-61-red-poster_1122-1025.jpg"}, @@ -167,7 +167,7 @@ export default function LandingPage() {