From 5fbfdc09884c1e2f5a85c03960f19aee5c88b979 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 12:22:36 +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 2737c72..974212a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,15 +91,15 @@ export default function LandingPage() { buttonAnimation="none" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/paint-car-spacious-car-service_146671-14946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paint-car-spacious-car-service_146671-14946.jpg?_wi=1", imageAlt: "Luxury car in detailing studio", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg?_wi=1", imageAlt: "Ceramic coating application", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=1", imageAlt: "Deep interior cleaning", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/paint-car-spacious-car-service_146671-14946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paint-car-spacious-car-service_146671-14946.jpg?_wi=2", imageAlt: "car interior cleaning tools", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg?_wi=2", imageAlt: "car interior cleaning tools", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=2", imageAlt: "car interior cleaning tools", }, ]} -- 2.49.1