diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ca63a8..d417441 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg?_wi=1" imageAlt="Luxury car showroom cinematic shot" mediaAnimation="slide-up" avatars={[ @@ -152,7 +152,7 @@ export default function LandingPage() { price: "₦ 85,000,000", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13690.jpg?_wi=1", }, { id: "2", @@ -161,7 +161,7 @@ export default function LandingPage() { price: "₦ 120,000,000", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car_23-2150796984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car_23-2150796984.jpg?_wi=1", }, { id: "3", @@ -215,36 +215,36 @@ export default function LandingPage() { title: "Verified Quality", description: "Every vehicle undergoes a rigorous inspection to ensure it meets our elite standards.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg?_wi=1", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg?_wi=2", imageAlt: "luxury car studio dark", }, { title: "Transparent Pricing", description: "No hidden fees, no surprises. Just straightforward, competitive pricing for every car.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13690.jpg?_wi=2", imageAlt: "black luxury car studio", }, { title: "Full Documentation", description: "We manage the entire registration process so you can focus on the drive, not the paperwork.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/driver-using-smartphone-rainy-highway-navigation-move_169016-69913.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11793.jpg?_wi=3", }, - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car_23-2150796984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car_23-2150796984.jpg?_wi=2", imageAlt: "luxury SUV studio dark", }, ]} @@ -325,7 +325,7 @@ export default function LandingPage() {