From 1a63ab42db176e0f7a773fb2d6aac9c4d000d1fb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:54:22 +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 8930aa6..0253a73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-doing-his-job_23-2150274588.jpg", imageAlt: "Professional airport car service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/airplane-seats-cabin_1232-4275.jpg", imageAlt: "Luxury vehicle interior" + imageSrc: "http://img.b2bpic.net/free-photo/airplane-seats-cabin_1232-4275.jpg?_wi=1", imageAlt: "Luxury vehicle interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/driver-with-phone-route-check-highway-trip_169016-68363.jpg", imageAlt: "Real-time tracking system" + imageSrc: "http://img.b2bpic.net/free-photo/driver-with-phone-route-check-highway-trip_169016-68363.jpg?_wi=1", imageAlt: "Real-time tracking system" } ]} mediaAnimation="slide-up" @@ -77,13 +77,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "On-Time Reliability", description: "We guarantee punctual pickups and dropoffs. Track your driver in real-time and receive instant notifications.", imageSrc: "http://img.b2bpic.net/free-photo/driver-with-phone-route-check-highway-trip_169016-68363.jpg", imageAlt: "Real-time tracking and reliability" + id: "01", title: "On-Time Reliability", description: "We guarantee punctual pickups and dropoffs. Track your driver in real-time and receive instant notifications.", imageSrc: "http://img.b2bpic.net/free-photo/driver-with-phone-route-check-highway-trip_169016-68363.jpg?_wi=2", imageAlt: "Real-time tracking and reliability" }, { id: "02", title: "Easy Booking", description: "Book your airport transportation in seconds. Our intuitive mobile app and website make reservations effortless.", imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg", imageAlt: "Simple booking interface" }, { - id: "03", title: "Premium Comfort", description: "Travel in style with our fleet of well-maintained, luxury vehicles. Enjoy complimentary Wi-Fi and refreshments.", imageSrc: "http://img.b2bpic.net/free-photo/airplane-seats-cabin_1232-4275.jpg", imageAlt: "Comfortable vehicle interior" + id: "03", title: "Premium Comfort", description: "Travel in style with our fleet of well-maintained, luxury vehicles. Enjoy complimentary Wi-Fi and refreshments.", imageSrc: "http://img.b2bpic.net/free-photo/airplane-seats-cabin_1232-4275.jpg?_wi=2", imageAlt: "Comfortable vehicle interior" }, { id: "04", title: "Professional Drivers", description: "Our courteous, background-checked drivers are trained in customer service excellence and airport navigation.", imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43626.jpg", imageAlt: "Professional driver service" -- 2.49.1