From 07c76ec43d18d32579b6309310f1a3ed9df0eb7e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 01:08:38 +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 2ec0b0d..fdf4ed9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#models", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sunset-coastline-drive_23-2151948151.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sunset-coastline-drive_23-2151948151.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -104,7 +104,7 @@ export default function LandingPage() { price: "POA", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg?_wi=1", }, { id: "p2", @@ -122,7 +122,7 @@ export default function LandingPage() { price: "POA", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg?_wi=1", }, { id: "p4", @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "The most exhilarating drive I've ever experienced.", tag: "Performance", avatarSrc: "http://img.b2bpic.net/free-photo/model-with-motorcycle-helmet_23-2151585661.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sunset-coastline-drive_23-2151948151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sunset-coastline-drive_23-2151948151.jpg?_wi=2", imageAlt: "racing driver portrait", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "Unmatched engineering and handling dynamics.", tag: "Engineering", avatarSrc: "http://img.b2bpic.net/free-photo/motion-blur-traffic-bridge-close-up_23-2148287762.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg?_wi=2", imageAlt: "racing driver portrait", }, { @@ -247,7 +247,7 @@ export default function LandingPage() { quote: "Every drive feels like a race weekend.", tag: "Racing", avatarSrc: "http://img.b2bpic.net/free-photo/back-shot-white-car_23-2148320258.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-left-headlight-white-sports-car_181624-12947.jpg?_wi=2", imageAlt: "racing driver portrait", }, ]} -- 2.49.1