diff --git a/src/app/page.tsx b/src/app/page.tsx index 7469384..5de38a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@alexr", testimonial: "The best car buying experience I've ever had. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139397.jpg?_wi=1", imageAlt: "luxury sports car studio", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Excellent service and incredible vehicle selection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-car-car-showroom_1303-14234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-car-car-showroom_1303-14234.jpg?_wi=1", imageAlt: "luxury sports car studio", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@miket", testimonial: "Apex Motors truly understands the meaning of luxury.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-5501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-5501.jpg?_wi=1", imageAlt: "luxury sports car studio", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@emilyk", testimonial: "Professional, fast, and transparent process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17805.jpg?_wi=1", imageAlt: "luxury sports car studio", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@davidw", testimonial: "Top-tier inventory, perfectly curated cars.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049654.jpg?_wi=1", imageAlt: "luxury sports car studio", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#inventory", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139397.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139397.jpg?_wi=2" showBlur={true} avatars={[ { @@ -144,25 +144,25 @@ export default function LandingPage() { id: "p1", name: "Silver Executive Sedan", price: "$78,500", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-car-car-showroom_1303-14234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-car-car-showroom_1303-14234.jpg?_wi=2", }, { id: "p2", name: "White Performance Coupe", price: "$89,900", - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-5501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-5501.jpg?_wi=2", }, { id: "p3", name: "Electric Urban SUV", price: "$65,000", - imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17805.jpg?_wi=2", }, { id: "p4", name: "Black Night Utility", price: "$52,000", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049654.jpg?_wi=2", }, { id: "p5", @@ -203,7 +203,7 @@ export default function LandingPage() { descriptions: [ "No hidden fees. What you see is what you pay. Clear, honest communication.", ], - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139397.jpg?_wi=3", imageAlt: "The headlights and the hood of a black luxury car.", }, { @@ -212,7 +212,7 @@ export default function LandingPage() { descriptions: [ "A dedicated specialist guides you through every step of your purchase.", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-car-car-showroom_1303-14234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-car-car-showroom_1303-14234.jpg?_wi=3", imageAlt: "The headlights and the hood of a black luxury car.", }, ]}