From 7b76b870a88b60ba0d0684ed80e131cd0e1cb33e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 13:39:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc4ce86..088184e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { tags: [ "Easy to Find", ], - imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg?_wi=1", imageAlt: "Map pin icon", }, { @@ -107,7 +107,7 @@ export default function LandingPage() { tags: [ "Late Hours", ], - imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg?_wi=2", imageAlt: "Clock icon", }, { @@ -116,7 +116,7 @@ export default function LandingPage() { tags: [ "Convenient", ], - imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg?_wi=3", imageAlt: "Car icon", }, { @@ -125,7 +125,7 @@ export default function LandingPage() { tags: [ "To Your Door", ], - imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg?_wi=4", imageAlt: "Motorcycle icon", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { tags: [ "Cozy Ambiance", ], - imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-taxi-app-interface_23-2148487608.jpg?_wi=5", imageAlt: "Dining icon", }, ]} -- 2.49.1