From 63e6f264f0373c3e3ded1ccd9fcb76e016c9a68a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 15:34:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5658947..18f98ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="Scopri il mondo dei motori: una panoramica completa sui vari tipi di veicoli, dalle agili city car alle potenti supercar." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg?_wi=1", imageAlt: "minimalist modern car garage clean background", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg?_wi=2", imageAlt: "modern city car compact design minimal", }, ]} @@ -203,7 +203,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg?_wi=3", imageAlt: "compact utility car hatchback clean", }, ]} @@ -240,7 +240,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg?_wi=4", imageAlt: "elegant sedan luxury berline black studio", }, ]} @@ -277,7 +277,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg?_wi=5", imageAlt: "white suv crossover modern outdoor", }, ]} @@ -314,7 +314,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg?_wi=6", imageAlt: "exotic supercar hypercar racing minimal", }, ]} @@ -351,7 +351,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg?_wi=7", imageAlt: "electric vehicle ev technology clean", }, ]} @@ -388,7 +388,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg?_wi=8", imageAlt: "rugged offroad fuoristrada mountain trail", }, ]} -- 2.49.1