From 2449ec1fd257515e8cd3427403e5f69cce2b768d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:53:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 490ea08..a014128 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg?_wi=1" imageAlt="Interactive 3D car model on display" mediaAnimation="slide-up" avatars={[ @@ -165,7 +165,7 @@ export default function LandingPage() { id: "honda-civic", name: "Honda Civic", price: "$25,000", - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3041.jpg?_wi=1", imageAlt: "Honda Civic 3D model", priceButtonProps: { text: "View 3D Model", @@ -175,7 +175,7 @@ export default function LandingPage() { id: "honda-crv", name: "Honda CR-V", price: "$30,000", - imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=1", imageAlt: "Honda CR-V 3D model", priceButtonProps: { text: "View 3D Model", @@ -255,7 +255,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106169.jpg?_wi=2", imageAlt: "detailed car engine block modern", }, { @@ -280,7 +280,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3041.jpg?_wi=2", imageAlt: "detailed car engine block modern", }, { @@ -305,7 +305,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=2", imageAlt: "detailed car engine block modern", }, ]} -- 2.49.1