From 73b8f720371fbbd60cd0aa6f076e0c2385370280 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:29:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b64a73d..81b1a07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,27 +70,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/old-automobile-light-detail-scooter_1203-6159.jpg", + 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", + 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", + 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", + 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", + 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", + 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", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { price: "15,000,000 UZS", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165798.jpg?_wi=2", }, { id: "2", @@ -121,7 +121,7 @@ export default function LandingPage() { price: "25,000,000 UZS", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301379.jpg?_wi=2", }, { id: "3", @@ -130,7 +130,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=3", }, { id: "4", @@ -139,7 +139,7 @@ export default function LandingPage() { price: "5,000,000 UZS", rating: 4, reviewCount: "3", - imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/just-married-little-car-harbor_23-2149450457.jpg?_wi=2", }, { id: "5", @@ -148,7 +148,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118393.jpg?_wi=4", }, { id: "6", @@ -249,7 +249,7 @@ export default function LandingPage() {