diff --git a/src/app/page.tsx b/src/app/page.tsx index 817598f..5993b3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,12 +68,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg?_wi=1", imageAlt: "SF90 Stradale", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg?_wi=1", imageAlt: "Roma Twilight", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { description: "Mastering the wind for maximum velocity.", bentoComponent: "reveal-icon", icon: Wind, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-closing-trunk_23-2148321895.jpg?_wi=2", imageAlt: "Closeup shot of the headlights of a modern white car", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { description: "Electric power meets roaring combustion.", bentoComponent: "reveal-icon", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg?_wi=2", imageAlt: "Closeup shot of the headlights of a modern white car", }, ]}