From 33b8d81cfce2bd69e5bff9ac38739d854c7dd89f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 07:27:40 +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 0020e0d..ee54176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "#fleet", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg?_wi=1" showBlur={true} avatars={[ { @@ -113,7 +113,7 @@ export default function LandingPage() { "Transparent", "Fair", ], - imageSrc: "http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg?_wi=2", imageAlt: "Brunette businesswoman with car detail", }, { @@ -123,7 +123,7 @@ export default function LandingPage() { "Reliable", "Fast", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg?_wi=1", imageAlt: "Brunette businesswoman with car detail", }, ]} @@ -142,7 +142,7 @@ export default function LandingPage() { id: "p1", name: "Economy Hatchback", price: "35€/day", - imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg?_wi=2", }, { id: "p2", -- 2.49.1