diff --git a/src/app/masini/page.tsx b/src/app/masini/page.tsx index 5608d3c..ac8389c 100644 --- a/src/app/masini/page.tsx +++ b/src/app/masini/page.tsx @@ -49,7 +49,7 @@ export default function VehiclesPage() { tagAnimation="slide-up" title="Toate Mașinile Disponibile la Royal Auto" description="Răsfoiți catalogul complet de automobile premium verificate și certificate. Fiecare vehicul este inspectat rigoros și vine cu istoric transparent și opțiuni de finanțare flexibilă." - imageSrc="http://img.b2bpic.net/free-photo/young-black-businessman-auto-salon-car-sale-rent-concept_146671-18401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-black-businessman-auto-salon-car-sale-rent-concept_146671-18401.jpg?_wi=2" imageAlt="Colecția completă de mașini la Royal Auto" buttons={[ { @@ -77,42 +77,42 @@ export default function VehiclesPage() { id: "1", name: "BMW 320d 2022", price: "€28,500", - imageSrc: "http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg?_wi=2", imageAlt: "BMW 320d sedan 2022 alb", }, { id: "2", name: "Mercedes C-Class 2021", price: "€31,200", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg?_wi=2", imageAlt: "Mercedes C-Class sedan 2021 argintiu", }, { id: "3", name: "Audi A4 2020", price: "€25,800", - imageSrc: "http://img.b2bpic.net/free-photo/rear-light-new-black-car-street_23-2147962985.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rear-light-new-black-car-street_23-2147962985.jpg?_wi=2", imageAlt: "Audi A4 sedan 2020 negru", }, { id: "4", name: "Volkswagen Golf 2019", price: "€16,500", - imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20866.jpg?_wi=2", imageAlt: "Volkswagen Golf hatchback 2019 argintiu", }, { id: "5", name: "BMW X5 2023", price: "€42,300", - imageSrc: "http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg?_wi=3", imageAlt: "BMW X5 SUV 2023 alb", }, { id: "6", name: "Mercedes E-Class 2022", price: "€38,900", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg?_wi=3", imageAlt: "Mercedes E-Class sedan 2022 argintiu", }, ]} @@ -148,7 +148,7 @@ export default function VehiclesPage() { {/* Footer */}