From 05f674aa65d954e5e08e9ad8db4a280784ab0ac1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 22:30:02 +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 041997c..c598b1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,23 +114,23 @@ export default function LandingPage() { { id: 1, title: "Advanced GPS Tracking", description: "Track your ride in real-time with high-accuracy GPS monitoring, ensuring safety and precision on every route.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/old-new-ways-travel_23-2148232481.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/old-new-ways-travel_23-2148232481.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-smartphone-with-map-gps-navigation_23-2147837118.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-smartphone-with-map-gps-navigation_23-2147837118.jpg?_wi=1"} }, { id: 2, title: "Easy Driver Registration", description: "Simple document upload process with secure verification to ensure all our drivers meet the highest safety standards.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/old-new-ways-travel_23-2148232481.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/old-new-ways-travel_23-2148232481.jpg?_wi=2"} }, { id: 3, title: "User Ratings and Reviews", description: "Transparency is key. Read driver ratings and share your own experience to help us improve our service every day.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-smartphone-with-map-gps-navigation_23-2147837118.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-smartphone-with-map-gps-navigation_23-2147837118.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-tablet-while-boyfriend-is-driving_23-2148693733.jpg?_wi=2"} }, ]} showStepNumbers={true} -- 2.49.1