From 70712f8ac539325010931b4d2aa7e686384f96ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:06:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1